https://github.com/quasarframework/quasar-ui-qscroller
QScroller - App Extension, Vue CLI and UMD for Quasar
https://github.com/quasarframework/quasar-ui-qscroller
Last synced: about 1 year ago
JSON representation
QScroller - App Extension, Vue CLI and UMD for Quasar
- Host: GitHub
- URL: https://github.com/quasarframework/quasar-ui-qscroller
- Owner: quasarframework
- License: mit
- Created: 2019-05-03T20:34:39.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-13T17:30:12.000Z (over 4 years ago)
- Last Synced: 2025-04-02T00:35:33.769Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://quasarframework.github.io/quasar-ui-qscroller
- Size: 12 MB
- Stars: 39
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> It's likely this App Extension will be deprecated (no support for Quasar v2/Vue 3) unless it gets a strong representation from developers using it.
QScroller (Vue Plugin, UMD and Quasar App Extension)
===


[]()
[]()
# Structure
* [/ui](ui) - standalone npm package (go here for more information)
* [/app-extension](app-extension) - Quasar app extension
* [/demo](demo) - docs, demo and examples project
* [live demo](https://quasarframework.github.io/quasar-ui-qscroller/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