0.0.9 • Published 6 years ago

vue-dms-generator v0.0.9

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

vue-dms-generate

A plugin for Vue to quick generate~

快速生成页面中的控件。

Useage

dms g json file path

JSON file sample:

{
  "form": [
    {"name": "name", "disp": "姓名", "type": "input"},
    {"name": "age", "disp": "年龄", "type": "input"},
    {"name": "sex", "disp": "性别", "type": "radio", "number": 3},
    {"name": "work", "disp": "工作", "type": "checkbox"}
  ],
  "list": [
    {"name": "name", "disp": "姓名"},
    {"name": "age", "disp": "年龄"},
    {"name": "sex", "disp": "性别"}
  ]

}
0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago