Timers and other features for Heroes of the Storm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Adrien 4f99275d0a 💚: deploy test branch 3 jaren geleden
build 🔨: add sass global variables file 3 jaren geleden
config 🔥: remove useless nginx config 3 jaren geleden
src 💄:: make timers bigger 3 jaren geleden
static 🍱: add maps backgrounds 3 jaren geleden
.babelrc Initialization 4 jaren geleden
.dockerignore 🔨: optimizing docker dev image 3 jaren geleden
.drone.yml 💚: deploy test branch 3 jaren geleden
.editorconfig First component (test) 4 jaren geleden
.eslintignore Initialization 4 jaren geleden
.eslintrc.js Initialization 4 jaren geleden
.gitignore Initialization 4 jaren geleden
.nvmrc ⬆️: update to node 14 3 jaren geleden
.postcssrc.js Initialization 4 jaren geleden
Dockerfile ⬆️: update to node 14 3 jaren geleden
Dockerfile.production 🔥: remove useless nginx config 3 jaren geleden
README.md ⬆️: update to node 14 3 jaren geleden
docker-compose.yml 🔨: optimizing docker dev image 3 jaren geleden
index.html ✏️: change title + fix objective name 3 jaren geleden
package.json ⬆️: update to node 14 3 jaren geleden
yarn.lock ⬆️: update to node 14 3 jaren geleden

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