Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuebits/endless-scroll
https://github.com/vuebits/endless-scroll
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuebits/endless-scroll
- Owner: vuebits
- License: mit
- Created: 2021-05-18T18:19:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T18:56:46.000Z (over 3 years ago)
- Last Synced: 2024-12-19T17:02:28.602Z (6 days ago)
- Language: Vue
- Size: 176 KB
- Stars: 1
- Watchers: 2
- 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/).