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