Timers and other features for Heroes of the Storm
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Adrien 7201f4a40e 🔨: optimizing docker dev image hace 3 años
build Initialization hace 4 años
config feat : add CI + update Dockerfile hace 3 años
src : Add (almost) all objectives and maps infos hace 3 años
static First component (test) hace 4 años
.babelrc Initialization hace 4 años
.dockerignore 🔨: optimizing docker dev image hace 3 años
.drone.yml CI: update labels hace 3 años
.editorconfig First component (test) hace 4 años
.eslintignore Initialization hace 4 años
.eslintrc.js Initialization hace 4 años
.gitignore Initialization hace 4 años
.nvmrc Function sass hace 4 años
.postcssrc.js Initialization hace 4 años
Dockerfile 🔨: optimizing docker dev image hace 3 años
Dockerfile.production feat : add CI + update Dockerfile hace 3 años
README.md 🎉: add gitmoji badge hace 3 años
docker-compose.yml 🔨: optimizing docker dev image hace 3 años
index.html Initialization hace 4 años
package.json update env dependencies and Docker build hace 3 años
yarn.lock Externalize maps infos + create map component hace 4 años

README.md

nexus-timers

Timers and other features for Heroes of the Storm

Gitmoji Build Status

Build Setup

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.

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