Timers and other features for Heroes of the Storm
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
Adrien 4f99275d0a 💚: deploy test branch vor 3 Jahren
build 🔨: add sass global variables file vor 3 Jahren
config 🔥: remove useless nginx config vor 3 Jahren
src 💄:: make timers bigger vor 3 Jahren
static 🍱: add maps backgrounds vor 3 Jahren
.babelrc Initialization vor 4 Jahren
.dockerignore 🔨: optimizing docker dev image vor 3 Jahren
.drone.yml 💚: deploy test branch vor 3 Jahren
.editorconfig First component (test) vor 4 Jahren
.eslintignore Initialization vor 4 Jahren
.eslintrc.js Initialization vor 4 Jahren
.gitignore Initialization vor 4 Jahren
.nvmrc ⬆️: update to node 14 vor 3 Jahren
.postcssrc.js Initialization vor 4 Jahren
Dockerfile ⬆️: update to node 14 vor 3 Jahren
Dockerfile.production 🔥: remove useless nginx config vor 3 Jahren
README.md ⬆️: update to node 14 vor 3 Jahren
docker-compose.yml 🔨: optimizing docker dev image vor 3 Jahren
index.html ✏️: change title + fix objective name vor 3 Jahren
package.json ⬆️: update to node 14 vor 3 Jahren
yarn.lock ⬆️: update to node 14 vor 3 Jahren

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