Timers and other features for Heroes of the Storm
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
Adrien 4f99275d0a 💚: deploy test branch 3 年前
build 🔨: add sass global variables file 3 年前
config 🔥: remove useless nginx config 3 年前
src 💄:: make timers bigger 3 年前
static 🍱: add maps backgrounds 3 年前
.babelrc Initialization 4 年前
.dockerignore 🔨: optimizing docker dev image 3 年前
.drone.yml 💚: deploy test branch 3 年前
.editorconfig First component (test) 4 年前
.eslintignore Initialization 4 年前
.eslintrc.js Initialization 4 年前
.gitignore Initialization 4 年前
.nvmrc ⬆️: update to node 14 3 年前
.postcssrc.js Initialization 4 年前
Dockerfile ⬆️: update to node 14 3 年前
Dockerfile.production 🔥: remove useless nginx config 3 年前
README.md ⬆️: update to node 14 3 年前
docker-compose.yml 🔨: optimizing docker dev image 3 年前
index.html ✏️: change title + fix objective name 3 年前
package.json ⬆️: update to node 14 3 年前
yarn.lock ⬆️: update to node 14 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 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