Skip to content

Commit

Permalink
feat: ✨ 完善前端
Browse files Browse the repository at this point in the history
  • Loading branch information
tcly861204 committed Jan 14, 2025
1 parent 0c55ecf commit 0e9e4de
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,89 @@
## 环境构建
> pnpm run build
## 文件结构
```ts
tree
|-- .env.development
|-- .eslintrc.cjs
|-- .github
| |-- workflows
| | |-- deploy.yml
|-- .gitignore
|-- doc
| |-- 001.png
|-- index.html
|-- package.json
|-- pnpm-lock.yaml
|-- public
| |-- 001.png
| |-- api
| | |-- app_audio.json
| | |-- app_carousel.json
| | |-- app_chart.json
| | |-- app_crud_auto-fill.json
| | |-- app_crud_table.json
| | |-- app_dialog_drawer.json
| | |-- app_dialog_simple.json
| | |-- app_form_fieldset.json
| | |-- app_form_full.json
| | |-- app_form_hint.json
| | |-- app_form_mode.json
| | |-- app_form_static.json
| | |-- app_form_tabs.json
| | |-- app_tabs_normal.json
| | |-- app_theme.json
| | |-- app_video.json
| | |-- dashboard.json
| |-- app
| | |-- form
| | |-- static
| |-- favicon.png
|-- README.md
|-- src
| |-- App.tsx
| |-- assets
| | |-- login.bg.png
| | |-- logo.png
| |-- components
| | |-- Amis
| | |-- index.tsx
| | |-- Loading
| | |-- index.module.scss
| | |-- index.tsx
| | |-- Sidebar
| | |-- index.module.scss
| | |-- index.tsx
| | |-- ToolBar
| | |-- index.module.scss
| | |-- index.tsx
| |-- layout
| | |-- index.module.scss
| | |-- index.tsx
| | |-- menu.ts
| |-- main.tsx
| |-- pages
| | |-- Admin
| | |-- index.tsx
| | |-- Login
| | |-- index.module.scss
| | |-- index.tsx
| |-- routes
| | |-- index.tsx
| |-- store
| | |-- index.ts
| | |-- layout.ts
| |-- styles
| | |-- global.scss
| |-- utils
| | |-- ajax.ts
| | |-- utils.ts
| |-- vite-env.d.ts
|-- tsconfig.json
|-- tsconfig.node.json
|-- vite.config.ts
```

## 在线效果预览
[https://tcly861204.github.io/react-amis-admin/](https://tcly861204.github.io/react-amis-admin/)

Expand Down

0 comments on commit 0e9e4de

Please sign in to comment.