This commit is contained in:
Bart van der Braak 2020-01-31 01:07:29 +01:00
parent e8167b9ad8
commit 527b99bc4d
11 changed files with 8305 additions and 6 deletions

View file

@ -1,6 +1,25 @@
# slayweightcalc
A calculator for slayer geeks that need to know percentages.
# vue-slayweightcalc
The full application can be accessed at:
## Project setup
```
yarn install
```
https://bartvdbraak.github.io/slayweightcalc/index.html
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
>>>>>>> init