All Projects → doterlin → vue-pagination

doterlin / vue-pagination

Licence: other
🔵一个`bootstrap`风格的`vue.js`(2.0)分页组件

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-pagination

pagination
Aplus Framework Pagination Library
Stars: ✭ 167 (+496.43%)
Mutual labels:  pagination, pager
X.pagedlist
Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core
Stars: ✭ 625 (+2132.14%)
Mutual labels:  pagination, pager
Dotnetpaging
Data paging with ASP.NET and ASP.NET Core
Stars: ✭ 70 (+150%)
Mutual labels:  pagination, pager
continuation-token
A library for fast, reliable and stateless Web API pagination with Continuation Tokens.
Stars: ✭ 17 (-39.29%)
Mutual labels:  pagination
data
Data providers
Stars: ✭ 31 (+10.71%)
Mutual labels:  pagination
paginated
⚛️ React render props component & custom hook for pagination.
Stars: ✭ 20 (-28.57%)
Mutual labels:  pagination
vue3-table-lite
A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.
Stars: ✭ 148 (+428.57%)
Mutual labels:  pagination
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-7.14%)
Mutual labels:  pagination
Pagination-and-Search-Laravel
Example of pagination and search functionality combined in Laravel Framework
Stars: ✭ 19 (-32.14%)
Mutual labels:  pagination
theleakycauldronblog
My Personal Blog. Powered by Gatsby and Netlify CMS
Stars: ✭ 33 (+17.86%)
Mutual labels:  pagination
loopback-row-count-mixin
A loopback mixin to get total count of a model
Stars: ✭ 13 (-53.57%)
Mutual labels:  pagination
EasyDataTable
易用和全面的纯Ajax分页插件(中文)
Stars: ✭ 18 (-35.71%)
Mutual labels:  pagination
phoenix pagination
Simple pagination for Ecto and Phoenix that uses plain EEx templates.
Stars: ✭ 20 (-28.57%)
Mutual labels:  pagination
gorm-paginator
gorm pagination extension
Stars: ✭ 154 (+450%)
Mutual labels:  pagination
MvcSimplePager
Simple,lightweight,easy to expand pager for asp.net mvc and asp.net core,针对asp.net mvc 和 asp.net core 设计的通用、扩展性良好的轻量级分页扩展
Stars: ✭ 13 (-53.57%)
Mutual labels:  pager
roove
Dating app based on firebase services and facebook login. MVVM-Kotlin-RxJava-Dagger-Databinding
Stars: ✭ 55 (+96.43%)
Mutual labels:  pagination
react-native-carousel-pager
React Native carousel pager.
Stars: ✭ 90 (+221.43%)
Mutual labels:  pager
MMM-page-indicator
MagicMirror² module to display what page you're on.
Stars: ✭ 33 (+17.86%)
Mutual labels:  pagination
PagedLists
Paginated UITableView and UICollectionViews for iOS.
Stars: ✭ 69 (+146.43%)
Mutual labels:  pagination
PetkoparaCrudGeneratorBundle
Symfony3 CRUD generator bundle with pagination, filter, bulk actions and Twitter bootstrap 3.3.6 features.
Stars: ✭ 69 (+146.43%)
Mutual labels:  pagination

vue-pagination-bs

vue-pagination-bs是一个bootstrap风格的vue.js(2.0)分页组件。

Demo演示请点这里:https://doterlin.github.io/vue-pagination/ demo

关于vue.js请点这里

关于webpack+vue单文件组件请参考这里

安装

你可以通过以下方法获取vue-pagination-bs文件:

  • 使用git下载(推荐):
git clone [email protected]:doterlin/vue-pagination.git
  • 使用npm安装:
npm i vue-pagination-bs

如何使用

  • 安装依赖
npm install
  • 在你的app中引入vue-pagination./component/app.vue并初始化。

  • 在你的html里引入生成的./dist/build.js(具体请参考./component/app.vue和'./src/app.js').

  • 运行命令进行编译:

npm run build

有问题肯请不吝指正和交流,共同进步!

QQ: 453845311

E-mail: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].