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

https://github.com/coloz/ngx-admin-template

使用angular8开发的管理台模板
https://github.com/coloz/ngx-admin-template

Last synced: 12 days ago
JSON representation

使用angular8开发的管理台模板

Awesome Lists containing this project

README

          

# ngx-admin-template
使用angular8开发的管理台模板

## 测试
```shell
npm i
ng serve --open
```

## 发布
```shell
ng build
```

## 页面管理
### 添加页面

待写