Timers and other features for Heroes of the Storm
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Adrien 4f99275d0a 💚: deploy test branch il y a 3 ans
build 🔨: add sass global variables file il y a 3 ans
config 🔥: remove useless nginx config il y a 3 ans
src 💄:: make timers bigger il y a 3 ans
static 🍱: add maps backgrounds il y a 3 ans
.babelrc Initialization il y a 4 ans
.dockerignore 🔨: optimizing docker dev image il y a 3 ans
.drone.yml 💚: deploy test branch il y a 3 ans
.editorconfig First component (test) il y a 4 ans
.eslintignore Initialization il y a 4 ans
.eslintrc.js Initialization il y a 4 ans
.gitignore Initialization il y a 4 ans
.nvmrc ⬆️: update to node 14 il y a 3 ans
.postcssrc.js Initialization il y a 4 ans
Dockerfile ⬆️: update to node 14 il y a 3 ans
Dockerfile.production 🔥: remove useless nginx config il y a 3 ans
README.md ⬆️: update to node 14 il y a 3 ans
docker-compose.yml 🔨: optimizing docker dev image il y a 3 ans
index.html ✏️: change title + fix objective name il y a 3 ans
package.json ⬆️: update to node 14 il y a 3 ans
yarn.lock ⬆️: update to node 14 il y a 3 ans

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