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 years ago
build Initialization 4 years ago
config feat : add CI + update Dockerfile 3 years ago
src : Add (almost) all objectives and maps infos 3 years ago
static First component (test) 4 years ago
.babelrc Initialization 4 years ago
.dockerignore 🔨: optimizing docker dev image 3 years ago
.drone.yml CI: update labels 3 years ago
.editorconfig First component (test) 4 years ago
.eslintignore Initialization 4 years ago
.eslintrc.js Initialization 4 years ago
.gitignore Initialization 4 years ago
.nvmrc Function sass 4 years ago
.postcssrc.js Initialization 4 years ago
Dockerfile 🔨: optimizing docker dev image 3 years ago
Dockerfile.production feat : add CI + update Dockerfile 3 years ago
README.md 🎉: add gitmoji badge 3 years ago
docker-compose.yml 🔨: optimizing docker dev image 3 years ago
index.html Initialization 4 years ago
package.json update env dependencies and Docker build 3 years ago
yarn.lock Externalize maps infos + create map component 4 years ago

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