1.0.0 • Published 1 year ago

vue-cisou-curd v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

vue-cisou-curd

A Vue.js project

Build Setup

# install 
npm install vue-cisou-curd

# main.js
import VueCisouCurd from 'vue-cisou-curd'
Vue.use(VueCisouCurd)

# 如何使用
<cisou-curd :api="getList" @row-click="tableRowEvent" primaryKey="id" :actions="actions" :columns="columns" showCheckBox showIndex></cisou-curd>

# 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.

1.0.0

1 year ago