Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccjoe/v-scroll
all kinds of Scroll Component for Vue.js
https://github.com/ccjoe/v-scroll
Last synced: 18 days ago
JSON representation
all kinds of Scroll Component for Vue.js
- Host: GitHub
- URL: https://github.com/ccjoe/v-scroll
- Owner: ccjoe
- License: mit
- Created: 2018-08-22T10:02:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T10:59:56.000Z (over 6 years ago)
- Last Synced: 2024-11-20T18:53:50.129Z (3 months ago)
- Language: Vue
- Size: 554 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v-scroll
> all kinds of Scroll Component for Vue.js
### demo visit: [https://ccjoe.github.io/v-scroll](https://ccjoe.github.io/v-scroll)
### Development Setup
```bash
# install dependencies
$ npm install# dev mode
$ npm run dev# test
$ npm run test# build
$ npm run build
```**This project was generated with [yeoman](http://yeoman.io/) and [generator-vue-component](https://github.com/ianaya89/generator-vue-component) :heart:**