Timers and other features for Heroes of the Storm
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
Adrien f92222cc1e functionnal doker 4 anos atrás
build Initialization 4 anos atrás
config functionnal doker 4 anos atrás
src functionnal env with styling 4 anos atrás
static First component (test) 4 anos atrás
.babelrc Initialization 4 anos atrás
.dockerignore functionnal doker 4 anos atrás
.editorconfig First component (test) 4 anos atrás
.eslintignore Initialization 4 anos atrás
.eslintrc.js Initialization 4 anos atrás
.gitignore Initialization 4 anos atrás
.nvmrc Function sass 4 anos atrás
.postcssrc.js Initialization 4 anos atrás
Dockerfile functionnal doker 4 anos atrás
Dockerfile.production functionnal doker 4 anos atrás
README.md functionnal doker 4 anos atrás
docker-compose.yml functionnal doker 4 anos atrás
index.html Initialization 4 anos atrás
package.json functionnal env with styling 4 anos atrás
yarn.lock functionnal env with styling 4 anos atrás

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