Adrien 4eefcabf91 | il y a 3 ans | |
---|---|---|
build | il y a 3 ans | |
config | il y a 3 ans | |
src | il y a 3 ans | |
static | il y a 3 ans | |
.babelrc | il y a 4 ans | |
.dockerignore | il y a 4 ans | |
.drone.yml | il y a 4 ans | |
.editorconfig | il y a 4 ans | |
.eslintignore | il y a 4 ans | |
.eslintrc.js | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.nvmrc | il y a 3 ans | |
.postcssrc.js | il y a 4 ans | |
Dockerfile | il y a 3 ans | |
Dockerfile.production | il y a 4 ans | |
LICENSE.txt | il y a 3 ans | |
README.md | il y a 3 ans | |
docker-compose.yml | il y a 4 ans | |
index.html | il y a 3 ans | |
package.json | il y a 3 ans | |
yarn.lock | il y a 3 ans |
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