Timers and other features for Heroes of the Storm
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
Adrien 63e0cf5879 : Add (almost) all objectives and maps infos 5 år sedan
build Initialization 5 år sedan
config feat : add CI + update Dockerfile 5 år sedan
src : Add (almost) all objectives and maps infos 5 år sedan
static First component (test) 5 år sedan
.babelrc Initialization 5 år sedan
.dockerignore functionnal doker 5 år sedan
.drone.yml CI: update labels 5 år sedan
.editorconfig First component (test) 5 år sedan
.eslintignore Initialization 5 år sedan
.eslintrc.js Initialization 5 år sedan
.gitignore Initialization 5 år sedan
.nvmrc Function sass 5 år sedan
.postcssrc.js Initialization 5 år sedan
Dockerfile feat : add CI + update Dockerfile 5 år sedan
Dockerfile.production feat : add CI + update Dockerfile 5 år sedan
README.md 🎉: add gitmoji badge 5 år sedan
docker-compose.yml functionnal doker 5 år sedan
index.html Initialization 5 år sedan
package.json update env dependencies and Docker build 5 år sedan
yarn.lock Externalize maps infos + create map component 5 år sedan

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