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 4f99275d0a 💚: deploy test branch hace 3 años
build 🔨: add sass global variables file hace 3 años
config 🔥: remove useless nginx config hace 3 años
src 💄:: make timers bigger hace 3 años
static 🍱: add maps backgrounds hace 3 años
.babelrc Initialization hace 4 años
.dockerignore 🔨: optimizing docker dev image hace 3 años
.drone.yml 💚: deploy test branch 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 ⬆️: update to node 14 hace 3 años
.postcssrc.js Initialization hace 4 años
Dockerfile ⬆️: update to node 14 hace 3 años
Dockerfile.production 🔥: remove useless nginx config hace 3 años
README.md ⬆️: update to node 14 hace 3 años
docker-compose.yml 🔨: optimizing docker dev image hace 3 años
index.html ✏️: change title + fix objective name hace 3 años
package.json ⬆️: update to node 14 hace 3 años
yarn.lock ⬆️: update to node 14 hace 3 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 14 LTS version (Fermium)

# 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