A calculator for slayer geeks that need to know percentages. https://bartvdbraak.github.io/SlayerWeightCalculator/#/
Find a file
2020-02-06 13:51:30 +01:00
api temporary 2020-02-03 18:26:49 +01:00
public temporary 2020-02-03 23:39:27 +01:00
src Ignore combat level, remove unused elements (edit columns) 2020-02-06 13:51:30 +01:00
.eslintrc.js base layout, data, components 2020-01-31 05:45:29 +01:00
.gitignore init 2020-01-31 01:07:29 +01:00
babel.config.js base layout, data, components 2020-01-31 05:45:29 +01:00
LICENSE add license 2020-02-06 02:24:10 +01:00
package.json Add lodash pkg, bugfix config loader (update:configData), stat filters implemented with lodash 2020-02-05 19:21:37 +01:00
README.md update readme 2020-01-31 06:16:58 +01:00
yarn.lock yarn package changes, minor tweaks 2020-02-04 07:51:32 +01:00

Slayer Weight Calculator

A calculator for slayer geeks that need to know percentages. This branch is will be an update using VueJS.

The full application can be accessed at:

https://bartvdbraak.github.io/slayweightcalc/index.html

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint