Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T20:59:47.000Z (about 6 years ago)
- Last Synced: 2024-11-09T01:45:47.276Z (2 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/).