You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
416 B
17 lines
416 B
abphelper -CLI 基础包
|
|
abphelper -GUI 可视化 需要CLI支持,需要先安装CLI
|
|
|
|
安装abphelper CLI生成器
|
|
dotnet tool install EasyAbp.AbpHelper -g --version 版本
|
|
|
|
更新abphelper CLI生成器
|
|
dotnet tool update EasyAbp.AbpHelper -g
|
|
dotnet tool update EasyAbp.AbpHelper
|
|
|
|
根据实体生成
|
|
abphelper generate crud {实体名} -d {项目根目录}
|
|
|
|
安装前端页面缺失的包
|
|
abp install-libs
|
|
|
|
|
|
|