一个基于 Meteor1.6、React、Ant design 实现数据分页效果的项目
此项目展示了如何使用 Meteor 1.6.x + Ant Design Table + recopmose 实现数据分页的效果,配合博文介绍和提交记录您可以详细了解到每一个步骤和每一段代码的作用 http://www.mycode.net.cn/language/javascript/2256.html
~ git clone https://github.com/nmgwddj/meteor-pagination.git
~ cd meteor-pagination
~ yarn install
// 或者
~ npm install
meteor
访问 http://localhost:3000 点击 Links 菜单即可看到最终效果。