https://github.com/drbragg/math_frenzy
Simple Vue app for helping my daughter practice her 'Five Minute Multiplying Frenzy'
https://github.com/drbragg/math_frenzy
Last synced: 5 months ago
JSON representation
Simple Vue app for helping my daughter practice her 'Five Minute Multiplying Frenzy'
- Host: GitHub
- URL: https://github.com/drbragg/math_frenzy
- Owner: DRBragg
- Created: 2018-12-09T20:58:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T20:59:47.000Z (over 6 years ago)
- Last Synced: 2025-01-02T17:22:24.641Z (6 months ago)
- Language: Vue
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# math_frenzy
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).