@centit/ui-form

移除 upload 相关 2. 删除 button.vue 因为和自定义表单耦合太大,而且没有实际封装意义 3. 删除 checkbox-group.vue 和后台请求相关的耦合代码 4. 删除 select.vue 和后台请求相关的耦合代码 5. 删除 radio-group.vue 和后台请求相关的耦合代码 6. 删除 switch.vue 和 CustomExpression.vue 相关的耦合代码 7. 删除 input-text.vue 和 AccessOperatorModal.vue 相关的耦合代码 8. 删除 distPicker 以后可以用级联下拉框代替

Usage no npm install needed!

<script type="module">
  import centitUiForm from 'https://cdn.skypack.dev/@centit/ui-form';
</script>

README

ui-form

  1. 移除 upload 相关
  2. 删除 button.vue 因为和自定义表单耦合太大,而且没有实际封装意义
  3. 删除 checkbox-group.vue 和后台请求相关的耦合代码
  4. 删除 select.vue 和后台请求相关的耦合代码
  5. 删除 radio-group.vue 和后台请求相关的耦合代码
  6. 删除 switch.vue 和 CustomExpression.vue 相关的耦合代码
  7. 删除 input-text.vue 和 AccessOperatorModal.vue 相关的耦合代码
  8. 删除 distPicker 以后可以用级联下拉框代替

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.