Timers and other features for Heroes of the Storm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
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