Timers and other features for Heroes of the Storm
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
Adrien cfadadac5f 🔥: remove useless nginx config 3 лет назад
build Initialization 4 лет назад
config 🔥: remove useless nginx config 3 лет назад
src 🐛: fix timer drop to negative if reset time is 0 3 лет назад
static First component (test) 4 лет назад
.babelrc Initialization 4 лет назад
.dockerignore 🔨: optimizing docker dev image 3 лет назад
.drone.yml 💚: fix docker not stopping containers 3 лет назад
.editorconfig First component (test) 4 лет назад
.eslintignore Initialization 4 лет назад
.eslintrc.js Initialization 4 лет назад
.gitignore Initialization 4 лет назад
.nvmrc Function sass 4 лет назад
.postcssrc.js Initialization 4 лет назад
Dockerfile 🔨: Make Dockerfile compatible with older Docker versions 3 лет назад
Dockerfile.production 🔥: remove useless nginx config 3 лет назад
README.md 🎉: add gitmoji badge 3 лет назад
docker-compose.yml 🔨: optimizing docker dev image 3 лет назад
index.html ✏️: change title + fix objective name 3 лет назад
package.json : add vue-long-click 3 лет назад
yarn.lock : add vue-long-click 3 лет назад

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