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

https://github.com/xiaokyo/manage-admin

后台框架
https://github.com/xiaokyo/manage-admin

Last synced: 3 months ago
JSON representation

后台框架

Awesome Lists containing this project

README

        

![npm](https://img.shields.io/badge/npm-v6.9.0-green)
![node](https://img.shields.io/badge/node-v10.16.3-red)
![antd](https://img.shields.io/badge/antd-^4.0.1-orange)
![react](https://img.shields.io/badge/react-^16.13.0-blue)
![wepback](https://img.shields.io/badge/webpack-^4.42.0-green)

# 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;}
```