Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suemor233/navigation-admin
🥳 navigation 后台管理系统
https://github.com/suemor233/navigation-admin
Last synced: 27 days ago
JSON representation
🥳 navigation 后台管理系统
- Host: GitHub
- URL: https://github.com/suemor233/navigation-admin
- Owner: suemor233
- License: mit
- Created: 2022-06-02T03:08:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T13:34:18.000Z (over 2 years ago)
- Last Synced: 2023-03-05T04:36:45.482Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://admin.suemor.com/#/login
- Size: 207 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 这里是 navigation 后台管理系统
使用了以下技术
- Vue3
- Vite
- TSX
- Tailwindcss
- Pinia
- UmiRequest
- NaiveUI## 项目结构
```
.
src
├─ api # umi-request 请求封装
├─ common # 常量
├─ components # 组件
├─ hooks # hook 函数
├─ layouts # 页面布局文件
├─ views # 视图层
├─ models # typescript 类型文件
├─ router # 路由配置
├─ store # pinia 状态管理
├─ styles # 全局样式
├─ utils # 工具类
```## 预览
## Reference
项目参考了 [mx-admin](https://github.com/mx-space/mx-admin)## 补充
[navigation前端仓库地址](https://github.com/suemor233/Navigation)
[navigation后端仓库地址](https://github.com/suemor233/navigation-server)