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 8182ce97dd 💄:: make timers bigger 3 years ago
build 🔨: add sass global variables file 3 years ago
config 🔥: remove useless nginx config 3 years ago
src 💄:: make timers bigger 3 years ago
static 🍱: add maps backgrounds 3 years ago
.babelrc Initialization 4 years ago
.dockerignore 🔨: optimizing docker dev image 3 years ago
.drone.yml 💚: fix docker not stopping containers 3 years ago
.editorconfig First component (test) 4 years ago
.eslintignore Initialization 4 years ago
.eslintrc.js Initialization 4 years ago
.gitignore Initialization 4 years ago
.nvmrc ⬆️: update to node 14 3 years ago
.postcssrc.js Initialization 4 years ago
Dockerfile ⬆️: update to node 14 3 years ago
Dockerfile.production 🔥: remove useless nginx config 3 years ago
README.md ⬆️: update to node 14 3 years ago
docker-compose.yml 🔨: optimizing docker dev image 3 years ago
index.html ✏️: change title + fix objective name 3 years ago
package.json ⬆️: update to node 14 3 years ago
yarn.lock ⬆️: update to node 14 3 years ago

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