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

https://github.com/codennnn/portal

一款美观的 React 后台管理系统模板,绝对让你眼前一亮!
https://github.com/codennnn/portal

admin-dashboard react

Last synced: 5 months ago
JSON representation

一款美观的 React 后台管理系统模板,绝对让你眼前一亮!

Awesome Lists containing this project

README

          

# Portal

**你心中理想的管理系统模板**


## 界面一览

![](./img/screenshot-1.png)
![](./img/screenshot-2.png)
![](./img/screenshot-3.png)

## 安装依赖

```bash
yarn install # 或使用简写 yarn
```

## 启动项目

```bash
yarn start
```

## 代码格式

在 VS Code 中添加以下配置,将为你在保存文件是自动格式化代码。

```json
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
}
}
```