Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gilbitron/laravel-vue-pagination
A Vue.js pagination component for Laravel paginators
https://github.com/gilbitron/laravel-vue-pagination
laravel pagination vue
Last synced: 25 days ago
JSON representation
A Vue.js pagination component for Laravel paginators
- Host: GitHub
- URL: https://github.com/gilbitron/laravel-vue-pagination
- Owner: gilbitron
- License: mit
- Created: 2017-01-06T10:50:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T10:53:07.000Z (2 months ago)
- Last Synced: 2024-09-07T22:59:27.469Z (2 months ago)
- Topics: laravel, pagination, vue
- Language: JavaScript
- Homepage: https://laravel-vue-pagination.org
- Size: 942 KB
- Stars: 747
- Watchers: 11
- Forks: 144
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-vue - laravel-vue-pagination - vue-pagination?style=social) - VueJS分页组件 (UI组件)
- awesome-github-vue - laravel-vue-pagination - VueJS分页组件 (UI组件)
- awesome-github-vue - laravel-vue-pagination - VueJS分页组件 (UI组件)
- awesome - laravel-vue-pagination - VueJS分页组件 (UI组件)
README
[![npm](https://img.shields.io/npm/v/laravel-vue-pagination.svg)](https://www.npmjs.com/package/laravel-vue-pagination) [![Downloads](https://img.shields.io/npm/dt/laravel-vue-pagination.svg)](https://www.npmjs.com/package/laravel-vue-pagination) [![Run tests](https://github.com/gilbitron/laravel-vue-pagination/actions/workflows/tests.yml/badge.svg)](https://github.com/gilbitron/laravel-vue-pagination/actions/workflows/tests.yml)
> Want your logo here? [Sponsor me on GitHub](https://github.com/users/gilbitron/sponsorship)
# Laravel Vue Pagination
Laravel Vue Pagination is a Vue.js pagination component for Laravel. It provides out-of-the-box components for Bootstrap 4/5 and Tailwind CSS.
## Documentation
Complete documentation and demo available at [https://laravel-vue-pagination.org](https://laravel-vue-pagination.org).
## Show your Support
To show your support for my work on this project:
* [Star this repository](https://github.com/gilbitron/laravel-vue-pagination/stargazers)
* [Tell others about this project](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fgilbitron%2Flaravel-vue-pagination)
* [Sponsor me on GitHub](https://github.com/users/gilbitron/sponsorship)## Development
To work on the library locally, run the following command:
```bash
yarn dev
```To run the tests:
```bash
yarn test
```## Credits
Laravel Vue Pagination was created by [Gilbert Pellegrom](https://gilbitron.me). Released under the MIT license.