https://github.com/lubien/fgo-calculator
FGO Damage Calculator PWA built with VueJS
https://github.com/lubien/fgo-calculator
calculator damage fate grand order pwa vue
Last synced: 4 months ago
JSON representation
FGO Damage Calculator PWA built with VueJS
- Host: GitHub
- URL: https://github.com/lubien/fgo-calculator
- Owner: lubien
- Created: 2019-10-14T01:23:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T01:45:36.000Z (over 3 years ago)
- Last Synced: 2025-10-07T07:26:35.678Z (9 months ago)
- Topics: calculator, damage, fate, grand, order, pwa, vue
- Language: Vue
- Homepage: https://fgo-calculator.surge.sh/
- Size: 2.26 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).