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