Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T07:05:44.000Z (over 2 years ago)
- Last Synced: 2023-03-06T19:10:07.323Z (almost 2 years 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: 3
- Watchers: 1
- Forks: 0
- 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
![home](./assets/home.png)
![user-management](./assets/user-management.png)## 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.