Timers and other features for Heroes of the Storm
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
Adrien f92222cc1e functionnal doker 4 yıl önce
build Initialization 4 yıl önce
config functionnal doker 4 yıl önce
src functionnal env with styling 4 yıl önce
static First component (test) 4 yıl önce
.babelrc Initialization 4 yıl önce
.dockerignore functionnal doker 4 yıl önce
.editorconfig First component (test) 4 yıl önce
.eslintignore Initialization 4 yıl önce
.eslintrc.js Initialization 4 yıl önce
.gitignore Initialization 4 yıl önce
.nvmrc Function sass 4 yıl önce
.postcssrc.js Initialization 4 yıl önce
Dockerfile functionnal doker 4 yıl önce
Dockerfile.production functionnal doker 4 yıl önce
README.md functionnal doker 4 yıl önce
docker-compose.yml functionnal doker 4 yıl önce
index.html Initialization 4 yıl önce
package.json functionnal env with styling 4 yıl önce
yarn.lock functionnal env with styling 4 yıl önce

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