0.0.5 • Published 5 years ago

form-customs v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

form-customs

基于FormCustoms开发的一款自定义表单工具

CDN

<!-- 引入样式 -->
<link rel="stylesheet" href="https://unpkg.com/form-customs/dist/FormCustoms.css">
<!-- 引入组件库 -->
<script src="https://unpkg.com/form-customs/dist/FormCustoms.umd.js"></script>

Install

npm install form-customs -S

Quick Start

import FormCustoms from 'form-customs'
import 'form-customs/dist/FormCustoms.css'
Vue.use(FormCustoms)

// or
import {
  GenerateForm
} from 'form-customs'
import 'form-customs/dist/FormCustoms.css'

Vue.component(GenerateForm.name, GenerateForm)

Template

<fm-generate-form></fm-generate-form>

设计器引用

import {MakingForm} from 'form-customs'
Vue.component(MakingForm.name, MakingForm)
<fm-making-form  preview generate-code generate-json>
    <template slot="action">
    </template>
  </fm-making-form>