Timers and other features for Heroes of the Storm
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
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