https://github.com/jannchie/word-recite-app-front-end
the front end of an app for memorizing vocabulary. Base on VUE.
https://github.com/jannchie/word-recite-app-front-end
Last synced: 3 months ago
JSON representation
the front end of an app for memorizing vocabulary. Base on VUE.
- Host: GitHub
- URL: https://github.com/jannchie/word-recite-app-front-end
- Owner: Jannchie
- License: mit
- Created: 2020-02-05T13:40:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T05:15:19.000Z (about 4 years ago)
- Last Synced: 2025-04-09T13:33:38.581Z (about 1 year ago)
- Language: Vue
- Size: 523 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# word-recite-app-front-end
the front end of an app for memorizing vocabulary. Base on VUE.
## Project setup
```bash
yarn install
```
### Compiles and hot-reloads for development
```bash
yarn run serve
```
### Compiles and minifies for production
```bash
yarn run build
```
### Run your tests
``` bash
yarn run test
```
### Lints and fixes files
``` bash
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).