Adrien 4eefcabf91 | преди 3 години | |
---|---|---|
build | преди 3 години | |
config | преди 3 години | |
src | преди 3 години | |
static | преди 3 години | |
.babelrc | преди 4 години | |
.dockerignore | преди 4 години | |
.drone.yml | преди 4 години | |
.editorconfig | преди 4 години | |
.eslintignore | преди 4 години | |
.eslintrc.js | преди 4 години | |
.gitignore | преди 4 години | |
.nvmrc | преди 3 години | |
.postcssrc.js | преди 4 години | |
Dockerfile | преди 3 години | |
Dockerfile.production | преди 4 години | |
LICENSE.txt | преди 3 години | |
README.md | преди 3 години | |
docker-compose.yml | преди 4 години | |
index.html | преди 3 години | |
package.json | преди 3 години | |
yarn.lock | преди 3 години |
Timers and other features for Heroes of the Storm
This project run on the node 14 LTS version (Fermium)
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build
# build for production and view the bundle analyzer report
yarn build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
docker-compose up
will build an image with all dependencies, then bind the root directory to the container and launch the dev server
docker build . -f Dockerfile.production
will create an image with all project minified, optimized and served via nginx