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