Skip to content

realZhangChi/abp-plus

Repository files navigation

Abp-plus

Abp plus provides ant design theme for abp's angular project, which is based on ng-zorro.

Screenshots

home user-management

How to use

  1. Make sure you have abp cli installed.
  2. Download the template zip file from the release page. For app templates, download app-{VERSION}.zip. For the app-nolayer template, download app-nolayers-{VERSION}.zip.
  3. Copy the template zip you downloaded to %USERPROFILE%/.abp/templates path. (for windows only)
  4. Run the abp new <solution-name> -u angular --version <VERSION> command to generate the project, see abp documentation for details.