|
|
pirms 5 gadiem | |
|---|---|---|
| build | pirms 5 gadiem | |
| config | pirms 5 gadiem | |
| src | pirms 5 gadiem | |
| static | pirms 5 gadiem | |
| .babelrc | pirms 5 gadiem | |
| .dockerignore | pirms 5 gadiem | |
| .drone.yml | pirms 5 gadiem | |
| .editorconfig | pirms 5 gadiem | |
| .eslintignore | pirms 5 gadiem | |
| .eslintrc.js | pirms 5 gadiem | |
| .gitignore | pirms 5 gadiem | |
| .nvmrc | pirms 5 gadiem | |
| .postcssrc.js | pirms 5 gadiem | |
| Dockerfile | pirms 5 gadiem | |
| Dockerfile.production | pirms 5 gadiem | |
| README.md | pirms 5 gadiem | |
| docker-compose.yml | pirms 5 gadiem | |
| index.html | pirms 5 gadiem | |
| package.json | pirms 5 gadiem | |
| yarn.lock | pirms 5 gadiem | |
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