https://github.com/vuebits/endless-scroll
https://github.com/vuebits/endless-scroll
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuebits/endless-scroll
- Owner: vuebits
- License: mit
- Created: 2021-05-18T18:19:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T18:56:46.000Z (about 5 years ago)
- Last Synced: 2025-03-16T09:22:45.739Z (over 1 year ago)
- Language: Vue
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# endless-scroll
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).