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 1.1 KiB

4 years ago
4 years ago
4 years ago
12345678910111213141516171819202122232425262728293031323334
  1. # nexus-timers
  2. > Timers and other features for Heroes of the Storm
  3. [![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)](https://gitmoji.carloscuesta.me)
  4. [![Build Status](https://ci.deuchnord.fr/api/badges/aagez/nexus-timers/status.svg?ref=refs/heads/master)](https://ci.deuchnord.fr/aagez/nexus-timers)
  5. ## Build Setup
  6. This project run on the node 14 LTS version (Fermium)
  7. ``` bash
  8. # install dependencies
  9. yarn
  10. # serve with hot reload at localhost:8080
  11. yarn dev
  12. # build for production with minification
  13. yarn build
  14. # build for production and view the bundle analyzer report
  15. yarn build --report
  16. ```
  17. 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).
  18. ## Run via docker
  19. `docker-compose up` will build an image with all dependencies, then bind the root directory to the container and launch the dev server
  20. `docker build . -f Dockerfile.production` will create an image with all project minified, optimized and served via nginx