Timers and other features for Heroes of the Storm
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
Adrien 7201f4a40e 🔨: optimizing docker dev image pirms 3 gadiem
build Initialization pirms 4 gadiem
config feat : add CI + update Dockerfile pirms 3 gadiem
src : Add (almost) all objectives and maps infos pirms 3 gadiem
static First component (test) pirms 4 gadiem
.babelrc Initialization pirms 4 gadiem
.dockerignore 🔨: optimizing docker dev image pirms 3 gadiem
.drone.yml CI: update labels pirms 3 gadiem
.editorconfig First component (test) pirms 4 gadiem
.eslintignore Initialization pirms 4 gadiem
.eslintrc.js Initialization pirms 4 gadiem
.gitignore Initialization pirms 4 gadiem
.nvmrc Function sass pirms 4 gadiem
.postcssrc.js Initialization pirms 4 gadiem
Dockerfile 🔨: optimizing docker dev image pirms 3 gadiem
Dockerfile.production feat : add CI + update Dockerfile pirms 3 gadiem
README.md 🎉: add gitmoji badge pirms 3 gadiem
docker-compose.yml 🔨: optimizing docker dev image pirms 3 gadiem
index.html Initialization pirms 4 gadiem
package.json update env dependencies and Docker build pirms 3 gadiem
yarn.lock Externalize maps infos + create map component pirms 4 gadiem

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