Timers and other features for Heroes of the Storm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 960 B

4 years ago
4 years ago
4 years ago
12345678910111213141516171819202122232425262728293031
  1. # nexus-timers
  2. > Timers and other features for Heroes of the Storm
  3. Current status : [![Build Status](https://ci.deuchnord.fr/api/badges/aagez/nexus-timers/status.svg)](https://ci.deuchnord.fr/aagez/nexus-timers)
  4. ## Build Setup
  5. This project run on the node 12 LTS version (Erbium)
  6. ``` bash
  7. # install dependencies
  8. yarn
  9. # serve with hot reload at localhost:8080
  10. yarn dev
  11. # build for production with minification
  12. yarn build
  13. # build for production and view the bundle analyzer report
  14. yarn build --report
  15. ```
  16. For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
  17. ## Run via docker
  18. `docker-compose up` will build an image with all dependencies, then bind the root directory to the container and launch the dev server
  19. `docker build . -f Dockerfile.production` will create an image with all project minified, optimized and served via nginx