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 4f99275d0a 💚: deploy test branch pirms 3 gadiem
build 🔨: add sass global variables file pirms 3 gadiem
config 🔥: remove useless nginx config pirms 3 gadiem
src 💄:: make timers bigger pirms 3 gadiem
static 🍱: add maps backgrounds pirms 3 gadiem
.babelrc Initialization pirms 4 gadiem
.dockerignore 🔨: optimizing docker dev image pirms 3 gadiem
.drone.yml 💚: deploy test branch 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 ⬆️: update to node 14 pirms 3 gadiem
.postcssrc.js Initialization pirms 4 gadiem
Dockerfile ⬆️: update to node 14 pirms 3 gadiem
Dockerfile.production 🔥: remove useless nginx config pirms 3 gadiem
README.md ⬆️: update to node 14 pirms 3 gadiem
docker-compose.yml 🔨: optimizing docker dev image pirms 3 gadiem
index.html ✏️: change title + fix objective name pirms 3 gadiem
package.json ⬆️: update to node 14 pirms 3 gadiem
yarn.lock ⬆️: update to node 14 pirms 3 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 14 LTS version (Fermium)

# 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