https://github.com/realzhangchi/abp-plus
Abp plus provides ant design theme for abp's angular project, which is based on ng-zorro.
https://github.com/realzhangchi/abp-plus
abp abp-angular abp-antd abp-framework abp-vnext abp-vnext-angluar angular antd antdesign ng-zorro ng-zorro-antd
Last synced: about 1 year ago
JSON representation
Abp plus provides ant design theme for abp's angular project, which is based on ng-zorro.
- Host: GitHub
- URL: https://github.com/realzhangchi/abp-plus
- Owner: realZhangChi
- License: lgpl-3.0
- Created: 2022-08-24T13:41:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T07:05:44.000Z (over 3 years ago)
- Last Synced: 2025-01-13T13:41:09.673Z (about 1 year ago)
- Topics: abp, abp-angular, abp-antd, abp-framework, abp-vnext, abp-vnext-angluar, angular, antd, antdesign, ng-zorro, ng-zorro-antd
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Abp-plus
Abp plus provides ant design theme for [abp](https://github.com/abpframework/abp)'s angular project, which is based on ng-zorro.
## Screenshots


## How to use
1. Make sure you have [abp cli](https://docs.abp.io/en/abp/latest/CLI) installed.
2. Download the template zip file from [the release page](https://github.com/realZhangChi/abp-plus/releases).
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 -u angular --version ` command to generate the project, see [abp documentation](https://docs.abp.io/en/abp/latest/CLI#new) for details.