An open API service indexing awesome lists of open source software.

https://github.com/fox-one/vue-scroll

Based on better-scroll
https://github.com/fox-one/vue-scroll

Last synced: about 1 year ago
JSON representation

Based on better-scroll

Awesome Lists containing this project

README

          

# @foxone/vue-scroll

English | [简体中文](./README.zh-CN.md)

[Demo](https://fox-one.github.io/vue-scroll/)

## Quick start
### Install
```shell
npm i -S @foxone/vue-scroll
# or
yarn add @foxone/vue-scroll
# or
pnpm i -S @foxone/vue-scroll
```

### Usage
```js
import Vue from "vue";
import Scroll from '@foxone/vue-scroll';
import "@foxone/vue-scroll/es/index.css";

Vue.use(Scroll);
```

```jsx



{{ item.name }}

```
## Dev
For debugging or maintenance, you can clone the whole git repository and run the project:

```shell
git clone --depth 1

yarn && yarn dev
```

[More Detials](./DEV.md)