https://github.com/kuangshp/angular-admin-web
angular12和antd搭建的后台管理系统基础模板,包括登录、左侧导航、拦截器、ngrx状态管理等
https://github.com/kuangshp/angular-admin-web
angular12 antd-design ngrx ngrx-effects ngrx-store typescript
Last synced: 5 months ago
JSON representation
angular12和antd搭建的后台管理系统基础模板,包括登录、左侧导航、拦截器、ngrx状态管理等
- Host: GitHub
- URL: https://github.com/kuangshp/angular-admin-web
- Owner: kuangshp
- Created: 2020-05-12T04:18:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T22:17:19.000Z (about 2 years ago)
- Last Synced: 2023-03-02T23:01:40.669Z (about 2 years ago)
- Topics: angular12, antd-design, ngrx, ngrx-effects, ngrx-store, typescript
- Language: TypeScript
- Homepage:
- Size: 4.04 MB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 基础的使用
- 1、下载代码
```shell
git clone https://github.com/kuangshp/angular-admin-web.git
```- 2、安装依赖包
```shell
npm install
```- 3、运行命令
```shell
npm run start
```* 4、项目的中的接口对接的后端[项目地址](https://github.com/kuangshp/nestjs-mysql-api)
* 5、登录界面
* 6、里面界面
