Timers and other features for Heroes of the Storm
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
Adrien 7201f4a40e 🔨: optimizing docker dev image před 3 roky
build Initialization před 4 roky
config feat : add CI + update Dockerfile před 3 roky
src : Add (almost) all objectives and maps infos před 3 roky
static First component (test) před 4 roky
.babelrc Initialization před 4 roky
.dockerignore 🔨: optimizing docker dev image před 3 roky
.drone.yml CI: update labels před 3 roky
.editorconfig First component (test) před 4 roky
.eslintignore Initialization před 4 roky
.eslintrc.js Initialization před 4 roky
.gitignore Initialization před 4 roky
.nvmrc Function sass před 4 roky
.postcssrc.js Initialization před 4 roky
Dockerfile 🔨: optimizing docker dev image před 3 roky
Dockerfile.production feat : add CI + update Dockerfile před 3 roky
README.md 🎉: add gitmoji badge před 3 roky
docker-compose.yml 🔨: optimizing docker dev image před 3 roky
index.html Initialization před 4 roky
package.json update env dependencies and Docker build před 3 roky
yarn.lock Externalize maps infos + create map component před 4 roky

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