Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sustained/srs-components
Learning Vue, trying to make components for language learning via the spaced repetition technique (think Memrise/Duolingo).
https://github.com/sustained/srs-components
language-learning learning-by-doing spaced-repetition vuejs-components vuejs2
Last synced: about 1 month ago
JSON representation
Learning Vue, trying to make components for language learning via the spaced repetition technique (think Memrise/Duolingo).
- Host: GitHub
- URL: https://github.com/sustained/srs-components
- Owner: sustained
- Created: 2019-01-03T12:46:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:50:52.000Z (about 2 years ago)
- Last Synced: 2024-10-31T10:12:10.403Z (3 months ago)
- Topics: language-learning, learning-by-doing, spaced-repetition, vuejs-components, vuejs2
- Language: Vue
- Homepage:
- Size: 3.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# srs-components
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).