Timers and other features for Heroes of the Storm
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Adrien f92222cc1e functionnal doker il y a 4 ans
build Initialization il y a 4 ans
config functionnal doker il y a 4 ans
src functionnal env with styling il y a 4 ans
static First component (test) il y a 4 ans
.babelrc Initialization il y a 4 ans
.dockerignore functionnal doker il y a 4 ans
.editorconfig First component (test) il y a 4 ans
.eslintignore Initialization il y a 4 ans
.eslintrc.js Initialization il y a 4 ans
.gitignore Initialization il y a 4 ans
.nvmrc Function sass il y a 4 ans
.postcssrc.js Initialization il y a 4 ans
Dockerfile functionnal doker il y a 4 ans
Dockerfile.production functionnal doker il y a 4 ans
README.md functionnal doker il y a 4 ans
docker-compose.yml functionnal doker il y a 4 ans
index.html Initialization il y a 4 ans
package.json functionnal env with styling il y a 4 ans
yarn.lock functionnal env with styling il y a 4 ans

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