Timers and other features for Heroes of the Storm
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
Adrien f92222cc1e functionnal doker vor 4 Jahren
build Initialization vor 4 Jahren
config functionnal doker vor 4 Jahren
src functionnal env with styling vor 4 Jahren
static First component (test) vor 4 Jahren
.babelrc Initialization vor 4 Jahren
.dockerignore functionnal doker vor 4 Jahren
.editorconfig First component (test) vor 4 Jahren
.eslintignore Initialization vor 4 Jahren
.eslintrc.js Initialization vor 4 Jahren
.gitignore Initialization vor 4 Jahren
.nvmrc Function sass vor 4 Jahren
.postcssrc.js Initialization vor 4 Jahren
Dockerfile functionnal doker vor 4 Jahren
Dockerfile.production functionnal doker vor 4 Jahren
README.md functionnal doker vor 4 Jahren
docker-compose.yml functionnal doker vor 4 Jahren
index.html Initialization vor 4 Jahren
package.json functionnal env with styling vor 4 Jahren
yarn.lock functionnal env with styling vor 4 Jahren

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