|
|
há 5 anos | |
|---|---|---|
| build | há 5 anos | |
| config | há 5 anos | |
| src | há 5 anos | |
| static | há 5 anos | |
| .babelrc | há 5 anos | |
| .dockerignore | há 5 anos | |
| .drone.yml | há 5 anos | |
| .editorconfig | há 5 anos | |
| .eslintignore | há 5 anos | |
| .eslintrc.js | há 5 anos | |
| .gitignore | há 5 anos | |
| .nvmrc | há 5 anos | |
| .postcssrc.js | há 5 anos | |
| Dockerfile | há 5 anos | |
| Dockerfile.production | há 5 anos | |
| README.md | há 5 anos | |
| docker-compose.yml | há 5 anos | |
| index.html | há 5 anos | |
| package.json | há 5 anos | |
| yarn.lock | há 5 anos | |
Timers and other features for Heroes of the Storm
This project run on the node 12 LTS version (Erbium)
# 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