Timers and other features for Heroes of the Storm
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
Adrien 19eee69906 feat : add CI + update Dockerfile 4 роки тому
build Initialization 4 роки тому
config feat : add CI + update Dockerfile 4 роки тому
src feat : create timer component 4 роки тому
static First component (test) 4 роки тому
.babelrc Initialization 4 роки тому
.dockerignore functionnal doker 4 роки тому
.drone.yml feat : add CI + update Dockerfile 4 роки тому
.editorconfig First component (test) 4 роки тому
.eslintignore Initialization 4 роки тому
.eslintrc.js Initialization 4 роки тому
.gitignore Initialization 4 роки тому
.nvmrc Function sass 4 роки тому
.postcssrc.js Initialization 4 роки тому
Dockerfile feat : add CI + update Dockerfile 4 роки тому
Dockerfile.production feat : add CI + update Dockerfile 4 роки тому
README.md functionnal doker 4 роки тому
docker-compose.yml functionnal doker 4 роки тому
index.html Initialization 4 роки тому
package.json update env dependencies and Docker build 4 роки тому
yarn.lock Externalize maps infos + create map component 4 роки тому

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