https://github.com/coloz/ngx-admin-template
使用angular8开发的管理台模板
https://github.com/coloz/ngx-admin-template
Last synced: 12 days ago
JSON representation
使用angular8开发的管理台模板
- Host: GitHub
- URL: https://github.com/coloz/ngx-admin-template
- Owner: coloz
- License: mit
- Created: 2019-07-17T17:42:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:52:55.000Z (over 3 years ago)
- Last Synced: 2024-04-15T05:54:53.347Z (about 2 years ago)
- Language: CSS
- Homepage: https://coloz.github.io/ngx-admin-template
- Size: 8.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngx-admin-template
使用angular8开发的管理台模板
## 测试
```shell
npm i
ng serve --open
```
## 发布
```shell
ng build
```
## 页面管理
### 添加页面
待写