Timers and other features for Heroes of the Storm
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Adrien 7201f4a40e 🔨: optimizing docker dev image há 3 anos
build Initialization há 4 anos
config feat : add CI + update Dockerfile há 3 anos
src : Add (almost) all objectives and maps infos há 3 anos
static First component (test) há 4 anos
.babelrc Initialization há 4 anos
.dockerignore 🔨: optimizing docker dev image há 3 anos
.drone.yml CI: update labels há 3 anos
.editorconfig First component (test) há 4 anos
.eslintignore Initialization há 4 anos
.eslintrc.js Initialization há 4 anos
.gitignore Initialization há 4 anos
.nvmrc Function sass há 4 anos
.postcssrc.js Initialization há 4 anos
Dockerfile 🔨: optimizing docker dev image há 3 anos
Dockerfile.production feat : add CI + update Dockerfile há 3 anos
README.md 🎉: add gitmoji badge há 3 anos
docker-compose.yml 🔨: optimizing docker dev image há 3 anos
index.html Initialization há 4 anos
package.json update env dependencies and Docker build há 3 anos
yarn.lock Externalize maps infos + create map component há 4 anos

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