Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.