Timers and other features for Heroes of the Storm
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
Adrien f92222cc1e functionnal doker před 4 roky
build Initialization před 4 roky
config functionnal doker před 4 roky
src functionnal env with styling před 4 roky
static First component (test) před 4 roky
.babelrc Initialization před 4 roky
.dockerignore functionnal doker před 4 roky
.editorconfig First component (test) před 4 roky
.eslintignore Initialization před 4 roky
.eslintrc.js Initialization před 4 roky
.gitignore Initialization před 4 roky
.nvmrc Function sass před 4 roky
.postcssrc.js Initialization před 4 roky
Dockerfile functionnal doker před 4 roky
Dockerfile.production functionnal doker před 4 roky
README.md functionnal doker před 4 roky
docker-compose.yml functionnal doker před 4 roky
index.html Initialization před 4 roky
package.json functionnal env with styling před 4 roky
yarn.lock functionnal env with styling před 4 roky

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