
## 改造

- 打包
  npm run lib
- 发布中央仓库
```
https://www.npmjs.com/
账号：wk_form
密码：Admin!123456
邮箱：247818653@qq.com

发布命令
切换仓库地址
npm config set registry http://registry.npmjs.org/
添加用户：按照提示输入账号、密码、邮箱
npm adduser
登录用户：按照提示输入账号、密码、邮箱
npm login
发布
npm publish


```
- 安装
```
先移除，否则可能无法安装到最新版
npm uninstall mk-form-design

npm install -S  mk-form-design
```
