这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
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.
 
 
 
 
 
 
cKey ab1fe346c5 feat(docker): upgrade dotnet images 3 years ago
..
LINGYUN/Abp/Cli feat(docker): upgrade dotnet images 3 years ago
Properties fix(cli): 修复类型映射问题. 3 years ago
System file upload api is supported 3 years ago
FodyWeavers.xml chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
FodyWeavers.xsd chore: upgrade abp framework to 5.0.0-rc.1 4 years ago
LINGYUN.Abp.Cli.csproj feat(docker): upgrade dotnet images 3 years ago
README.md feat(docker): upgrade dotnet images 3 years ago

README.md

Extension tool set based on abp cli

Provides quick creation of template projects, JavaScript library commands and more.

Getting started

dotnet tool install --global LINGYUN.Abp.Cli

Usage

Usage:

    labp <command> <target> [options]

Command List:

    > help: Show command line help. Write ` labp help <command> `
    > create: Generate a new solution based on the customed ABP startup templates.
    > generate-proxy: Generates client service proxies and DTOs to consume HTTP APIs.
    > generate-view: Generate the view code from the http api proxy.

To get a detailed help for a command:

    labp help <command>

Feedback

Have a question and need feedback?