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

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