Timers and other features for Heroes of the Storm
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Adrien f92222cc1e functionnal doker hace 4 años
build Initialization hace 4 años
config functionnal doker hace 4 años
src functionnal env with styling hace 4 años
static First component (test) hace 4 años
.babelrc Initialization hace 4 años
.dockerignore functionnal doker hace 4 años
.editorconfig First component (test) hace 4 años
.eslintignore Initialization hace 4 años
.eslintrc.js Initialization hace 4 años
.gitignore Initialization hace 4 años
.nvmrc Function sass hace 4 años
.postcssrc.js Initialization hace 4 años
Dockerfile functionnal doker hace 4 años
Dockerfile.production functionnal doker hace 4 años
README.md functionnal doker hace 4 años
docker-compose.yml functionnal doker hace 4 años
index.html Initialization hace 4 años
package.json functionnal env with styling hace 4 años
yarn.lock functionnal env with styling hace 4 años

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