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 7a3bfd32fb update env dependencies and Docker build před 5 roky
build Initialization před 5 roky
config update env dependencies and Docker build před 5 roky
src Correctif css non scopé + tracking paramètre route battleground před 5 roky
static First component (test) před 5 roky
.babelrc Initialization před 5 roky
.dockerignore functionnal doker před 5 roky
.editorconfig First component (test) před 5 roky
.eslintignore Initialization před 5 roky
.eslintrc.js Initialization před 5 roky
.gitignore Initialization před 5 roky
.nvmrc Function sass před 5 roky
.postcssrc.js Initialization před 5 roky
Dockerfile functionnal doker před 5 roky
Dockerfile.production update env dependencies and Docker build před 5 roky
README.md functionnal doker před 5 roky
docker-compose.yml functionnal doker před 5 roky
index.html Initialization před 5 roky
package.json update env dependencies and Docker build před 5 roky
yarn.lock Externalize maps infos + create map component před 5 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