You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin is an infinite scroll plugin for Vue.js, it can help you create an infinite scroll list fastly.
12
+
An infinite scroll plugin for Vue.js, it can help you impletement infinite scroll list more easily.
13
13
14
14
### Features
15
15
- Mobile friendly
16
-
- Compatible with any scrollable element
17
-
- Diverse spinners as loading animation
18
-
- Support result display after loading
19
-
- Support two direction load
16
+
- Internal spinners
17
+
- 2-directions support
18
+
- Load result message display
20
19
21
20
## Usage & Guide
22
21
To check out live examples and docs, visit [Vue-infinite-loading GitHub Pages](https://peachscript.github.io/vue-infinite-loading/).
23
22
24
23
## Changelog
25
24
Details changes for each release are documented in the [release notes](https://github.com/PeachScript/vue-infinite-loading/releases).
26
25
27
-
## Development Setup
28
-
```bash
29
-
# install dependencies
30
-
npm install
31
-
32
-
# run dev-server
33
-
npm run dev
34
-
35
-
# lint
36
-
npm run lint
37
-
38
-
# test
39
-
npm test
40
-
```
26
+
## Contribution
27
+
Please make sure to read the [Contributing Guide](https://github.com/PeachScript/vue-infinite-loading/blob/master/.github/CONTRIBUTING.md) before making a pull request.
0 commit comments