cx-basic-table
v1.3.3
Published
基础表格
Downloads
7
Readme
cx-basic-table
带CRUD的基础数据表格组件
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
Assignment
- 表格基础数据的增、删、改、查
- 表格带自定义搜索表单
- 表格带自定义分页
- 表格带
Use Methods [by xiaoyuan]
- 项目下安装该组件 npm i cx-basic-table
- 引入该组件 import * from 'cx-basic-table'