Timers and other features for Heroes of the Storm
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
Adrien 19eee69906 feat : add CI + update Dockerfile 4 lat temu
build Initialization 4 lat temu
config feat : add CI + update Dockerfile 4 lat temu
src feat : create timer component 4 lat temu
static First component (test) 4 lat temu
.babelrc Initialization 4 lat temu
.dockerignore functionnal doker 4 lat temu
.drone.yml feat : add CI + update Dockerfile 4 lat temu
.editorconfig First component (test) 4 lat temu
.eslintignore Initialization 4 lat temu
.eslintrc.js Initialization 4 lat temu
.gitignore Initialization 4 lat temu
.nvmrc Function sass 4 lat temu
.postcssrc.js Initialization 4 lat temu
Dockerfile feat : add CI + update Dockerfile 4 lat temu
Dockerfile.production feat : add CI + update Dockerfile 4 lat temu
README.md functionnal doker 4 lat temu
docker-compose.yml functionnal doker 4 lat temu
index.html Initialization 4 lat temu
package.json update env dependencies and Docker build 4 lat temu
yarn.lock Externalize maps infos + create map component 4 lat temu

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