https://github.com/codennnn/portal
一款美观的 React 后台管理系统模板,绝对让你眼前一亮!
https://github.com/codennnn/portal
admin-dashboard react
Last synced: 5 months ago
JSON representation
一款美观的 React 后台管理系统模板,绝对让你眼前一亮!
- Host: GitHub
- URL: https://github.com/codennnn/portal
- Owner: Codennnn
- Created: 2020-11-19T15:27:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T14:46:20.000Z (over 4 years ago)
- Last Synced: 2025-02-01T14:11:17.559Z (about 1 year ago)
- Topics: admin-dashboard, react
- Language: TypeScript
- Homepage: https://portal.leoku.top
- Size: 6.62 MB
- Stars: 23
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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

## 界面一览



## 安装依赖
```bash
yarn install # 或使用简写 yarn
```
## 启动项目
```bash
yarn start
```
## 代码格式
在 VS Code 中添加以下配置,将为你在保存文件是自动格式化代码。
```json
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
}
}
```