0.0.9 • Published 8 years ago

vue-dms-generator v0.0.9

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

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago