Timers and other features for Heroes of the Storm
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
Adrien 4f99275d0a 💚: deploy test branch před 3 roky
build 🔨: add sass global variables file před 3 roky
config 🔥: remove useless nginx config před 3 roky
src 💄:: make timers bigger před 3 roky
static 🍱: add maps backgrounds před 3 roky
.babelrc Initialization před 4 roky
.dockerignore 🔨: optimizing docker dev image před 3 roky
.drone.yml 💚: deploy test branch před 3 roky
.editorconfig First component (test) před 4 roky
.eslintignore Initialization před 4 roky
.eslintrc.js Initialization před 4 roky
.gitignore Initialization před 4 roky
.nvmrc ⬆️: update to node 14 před 3 roky
.postcssrc.js Initialization před 4 roky
Dockerfile ⬆️: update to node 14 před 3 roky
Dockerfile.production 🔥: remove useless nginx config před 3 roky
README.md ⬆️: update to node 14 před 3 roky
docker-compose.yml 🔨: optimizing docker dev image před 3 roky
index.html ✏️: change title + fix objective name před 3 roky
package.json ⬆️: update to node 14 před 3 roky
yarn.lock ⬆️: update to node 14 před 3 roky

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