https://github.com/xiaokyo/manage-admin
后台框架
https://github.com/xiaokyo/manage-admin
Last synced: 3 months ago
JSON representation
后台框架
- Host: GitHub
- URL: https://github.com/xiaokyo/manage-admin
- Owner: xiaokyo
- Created: 2020-03-09T08:18:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:36:51.000Z (over 2 years ago)
- Last Synced: 2025-01-07T07:23:29.078Z (5 months ago)
- Language: JavaScript
- Size: 3.43 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README




# mange-admin(管理后台框架)
## 目录结构
```xml
├── angular
├── build
├── plugins
├── public
├── scripts
└── src
├── .cache
├── apis
├── components
├── config
├── pages
├── utils
├── app.js
├── app.less
└── index.js
```## 公共样式(全局可用)
```less
.flex{display: flex;}
.flex.fdc{flex-direction: column;}
.flex.aic{align-items: center;}
.flex.jcc{justify-content: center;}
.flex.fwp{flex-wrap: wrap;}
```