https://github.com/quasarframework/quasar-ui-qflashcard
QFlashcard component for Quasar
https://github.com/quasarframework/quasar-ui-qflashcard
Last synced: about 1 year ago
JSON representation
QFlashcard component for Quasar
- Host: GitHub
- URL: https://github.com/quasarframework/quasar-ui-qflashcard
- Owner: quasarframework
- License: mit
- Created: 2019-03-05T13:37:39.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-13T16:24:16.000Z (about 4 years ago)
- Last Synced: 2025-04-11T23:05:48.267Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://quasarframework.github.io/quasar-ui-qflashcard
- Size: 13.2 MB
- Stars: 42
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> For Quasar v2/Vue v3 compatibility, go to the [next branch](https://github.com/quasarframework/quasar-ui-qflashcard/tree/next).
QFlashcard (Vue Plugin, UMD and Quasar App Extension)
===


[]()
[]()
# Structure
* [/ui](ui) - standalone npm package
* [/app-extension](app-extension) - Quasar app extension
* [/demo](demo) - docs, demo and examples project
* [live demo](https://quasarframework.github.io/quasar-ui-qflashcard/docs) - live docs, demo and examples
# Demo Workflow
If you fork or download this project, make sure you have the Quasar CLI globally installed:
```
$ npm i -g @quasar/cli
```
The workflow to build the demo, on a fresh project, is as follows:
```
$ cd ui
$ yarn
$ yarn build
$ cd ../demo
$ yarn
$ quasar dev
```
# Donate
If you appreciate the work that went into this, please consider donating to [Quasar](https://donate.quasar.dev) or [Jeff](https://github.com/sponsors/hawkeye64).
# License
MIT (c) Jeff Galbraith