0.0.9 • Published 7 years ago

vue-dms-generator v0.0.9

Weekly downloads
2
License
MIT
Repository
-
Last release
7 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

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago