Adrien 8d7a870510 | hace 4 años | |
---|---|---|
build | hace 4 años | |
config | hace 4 años | |
src | hace 4 años | |
static | hace 4 años | |
.babelrc | hace 4 años | |
.dockerignore | hace 4 años | |
.editorconfig | hace 4 años | |
.eslintignore | hace 4 años | |
.eslintrc.js | hace 4 años | |
.gitignore | hace 4 años | |
.nvmrc | hace 4 años | |
.postcssrc.js | hace 4 años | |
Dockerfile | hace 4 años | |
Dockerfile.production | hace 4 años | |
README.md | hace 4 años | |
docker-compose.yml | hace 4 años | |
index.html | hace 4 años | |
package.json | hace 4 años | |
yarn.lock | hace 4 años |
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