https://github.com/markusantonwolf/vocabulary
Chinese <> English <> German vocabulary app
https://github.com/markusantonwolf/vocabulary
Last synced: 3 months ago
JSON representation
Chinese <> English <> German vocabulary app
- Host: GitHub
- URL: https://github.com/markusantonwolf/vocabulary
- Owner: markusantonwolf
- License: mit
- Created: 2020-06-02T09:27:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T22:38:30.000Z (almost 3 years ago)
- Last Synced: 2025-10-14T09:37:18.113Z (7 months ago)
- Language: Vue
- Homepage: https://vocabulary.markusantonwolf.com/
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vocabulary.local
## Project data render
```
npm data
```
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).