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

README.md

nexus-timers

Timers ans other features for Heroes of the Storm

Build Setup

# 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

docker build . -f Dockerfile.production will create an image with all project minified, optimized and served via nginx