Timers and other features for Heroes of the Storm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Adrien 7201f4a40e 🔨: optimizing docker dev image пре 3 година
build Initialization пре 4 година
config feat : add CI + update Dockerfile пре 3 година
src : Add (almost) all objectives and maps infos пре 3 година
static First component (test) пре 4 година
.babelrc Initialization пре 4 година
.dockerignore 🔨: optimizing docker dev image пре 3 година
.drone.yml CI: update labels пре 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 🔨: optimizing docker dev image пре 3 година
Dockerfile.production feat : add CI + update Dockerfile пре 3 година
README.md 🎉: add gitmoji badge пре 3 година
docker-compose.yml 🔨: optimizing docker dev image пре 3 година
index.html Initialization пре 4 година
package.json update env dependencies and Docker build пре 3 година
yarn.lock Externalize maps infos + create map component пре 4 година

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