Adrien 8d7a870510 | il y a 4 ans | |
---|---|---|
build | il y a 4 ans | |
config | il y a 4 ans | |
src | il y a 4 ans | |
static | il y a 4 ans | |
.babelrc | il y a 4 ans | |
.dockerignore | 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 4 ans | |
.postcssrc.js | il y a 4 ans | |
Dockerfile | il y a 4 ans | |
Dockerfile.production | il y a 4 ans | |
README.md | il y a 4 ans | |
docker-compose.yml | il y a 4 ans | |
index.html | il y a 4 ans | |
package.json | il y a 4 ans | |
yarn.lock | il y a 4 ans |
Timers ans other features for Heroes of the Storm
# 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
docker build . -f Dockerfile.production
will create an image with all project minified, optimized and served via nginx