Timers and other features for Heroes of the Storm
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Adrien 8182ce97dd 💄:: make timers bigger há 3 anos
build 🔨: add sass global variables file há 3 anos
config 🔥: remove useless nginx config há 3 anos
src 💄:: make timers bigger há 3 anos
static 🍱: add maps backgrounds há 3 anos
.babelrc Initialization há 4 anos
.dockerignore 🔨: optimizing docker dev image há 3 anos
.drone.yml 💚: fix docker not stopping containers há 3 anos
.editorconfig First component (test) há 4 anos
.eslintignore Initialization há 4 anos
.eslintrc.js Initialization há 4 anos
.gitignore Initialization há 4 anos
.nvmrc ⬆️: update to node 14 há 3 anos
.postcssrc.js Initialization há 4 anos
Dockerfile ⬆️: update to node 14 há 3 anos
Dockerfile.production 🔥: remove useless nginx config há 3 anos
README.md ⬆️: update to node 14 há 3 anos
docker-compose.yml 🔨: optimizing docker dev image há 3 anos
index.html ✏️: change title + fix objective name há 3 anos
package.json ⬆️: update to node 14 há 3 anos
yarn.lock ⬆️: update to node 14 há 3 anos

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