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 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:50:52.000Z (over 3 years ago)
- Last Synced: 2025-04-05T18:52:09.927Z (about 1 year ago)
- Topics: language-learning, learning-by-doing, spaced-repetition, vuejs-components, vuejs2
- Language: Vue
- Homepage:
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- 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/).