mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-04-27 09:41:19 +00:00
26 lines
443 B
Markdown
26 lines
443 B
Markdown
# 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
|
|
```
|