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 7201f4a40e 🔨: optimizing docker dev image il y a 3 ans
build Initialization il y a 4 ans
config feat : add CI + update Dockerfile il y a 3 ans
src : Add (almost) all objectives and maps infos il y a 3 ans
static First component (test) il y a 4 ans
.babelrc Initialization il y a 4 ans
.dockerignore 🔨: optimizing docker dev image il y a 3 ans
.drone.yml CI: update labels 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 Function sass il y a 4 ans
.postcssrc.js Initialization il y a 4 ans
Dockerfile 🔨: optimizing docker dev image il y a 3 ans
Dockerfile.production feat : add CI + update Dockerfile il y a 3 ans
README.md 🎉: add gitmoji badge il y a 3 ans
docker-compose.yml 🔨: optimizing docker dev image il y a 3 ans
index.html Initialization il y a 4 ans
package.json update env dependencies and Docker build il y a 3 ans
yarn.lock Externalize maps infos + create map component il y a 4 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 12 LTS version (Erbium)

# 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