Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markusantonwolf/vocabulary
Chinese <> English <> German vocabulary app
https://github.com/markusantonwolf/vocabulary
Last synced: 9 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T22:41:44.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T21:56:10.704Z (almost 2 years ago)
- Language: Vue
- Homepage: https://vocabulary.markusantonwolf.com/
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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/).