Timers and other features for Heroes of the Storm
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
Adrien 7201f4a40e 🔨: optimizing docker dev image 3年前
build Initialization 4年前
config feat : add CI + update Dockerfile 3年前
src : Add (almost) all objectives and maps infos 3年前
static First component (test) 4年前
.babelrc Initialization 4年前
.dockerignore 🔨: optimizing docker dev image 3年前
.drone.yml CI: update labels 3年前
.editorconfig First component (test) 4年前
.eslintignore Initialization 4年前
.eslintrc.js Initialization 4年前
.gitignore Initialization 4年前
.nvmrc Function sass 4年前
.postcssrc.js Initialization 4年前
Dockerfile 🔨: optimizing docker dev image 3年前
Dockerfile.production feat : add CI + update Dockerfile 3年前
README.md 🎉: add gitmoji badge 3年前
docker-compose.yml 🔨: optimizing docker dev image 3年前
index.html Initialization 4年前
package.json update env dependencies and Docker build 3年前
yarn.lock Externalize maps infos + create map component 4年前

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