|
12345678910111213141516171819202122232425262728293031323334 |
- # nexus-timers
-
-
- > Timers and other features for Heroes of the Storm
-
-
- [![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)](https://gitmoji.carloscuesta.me)
- [![Build Status](https://ci.deuchnord.fr/api/badges/aagez/nexus-timers/status.svg?ref=refs/heads/master)](https://ci.deuchnord.fr/aagez/nexus-timers)
-
- ## Build Setup
-
- This project run on the node 14 LTS version (Fermium)
-
- ``` bash
- # 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
-
- ## Run via docker
-
- `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
|