Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ingot-cloud/ingot-element-plus-admin
Ingot Admin
https://github.com/ingot-cloud/ingot-element-plus-admin
element-plus vue3
Last synced: 12 days ago
JSON representation
Ingot Admin
- Host: GitHub
- URL: https://github.com/ingot-cloud/ingot-element-plus-admin
- Owner: ingot-cloud
- License: apache-2.0
- Created: 2021-01-07T02:27:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T12:27:16.000Z (4 months ago)
- Last Synced: 2024-09-05T14:15:00.734Z (4 months ago)
- Topics: element-plus, vue3
- Language: Vue
- Homepage:
- Size: 2.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ingot-admin
### 技术栈
* [vue3](https://github.com/vuejs/core)
* [vite](https://github.com/vitejs/vite)
* [pinia](https://github.com/vuejs/pinia)
* [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate)
* [element-plus](https://github.com/element-plus/element-plus)
* [vueuse](https://github.com/vueuse/vueuse)
* [unocss](https://github.com/unocss/unocss)
* [axios](https://github.com/axios/axios)
* [iconify](https://github.com/iconify/iconify)### vite plugin
* [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import)
* [vite-plugin-components](https://github.com/antfu/vite-plugin-components)
* [unplugin-icons](https://github.com/antfu/unplugin-icons)
* [unocss](https://github.com/unocss/unocss)### TODO
* [ ] Form封装,通过JSON生成具体Form表单
* [ ] 表单设计,可以输出JSON
* [ ] 工作流
* [ ] 移动端后管系统
* [ ] 开发环境,根据创建菜单内容,创建对应业务模板代码
* [ ] 图片上传组件优化,增加可扩展性
* [ ] 地图组件封装