1.11.14 • Published 5 years ago

dfxk-admin-tools v1.11.14

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
5 years ago

tt-admin-tools

管理后台底层库

使用说明

配合 create-dfxk-admin-app 快速创建管理后台项目。

库说明

名称描述
commonModels公共model
components组件库
containers容器
layouts布局

工具

support nodejs v8.0.0 and higher.

创建model

node tools model <name>

options

  • --no-api -- create model without api
  • --list -- create model with list
  • --apiPath -- set api path

usage

node tools model base
node tools model operator --list --apiPath /system/getOperatorList