mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-07-10 13:19:11 +00:00
init
This commit is contained in:
parent
e8167b9ad8
commit
527b99bc4d
11 changed files with 8305 additions and 6 deletions
27
README.md
27
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue