Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafqla/imooc-admin
基于vue3新标准,实现后台前端综合解决方案
https://github.com/mafqla/imooc-admin
elemenet-plus vue3
Last synced: about 1 month ago
JSON representation
基于vue3新标准,实现后台前端综合解决方案
- Host: GitHub
- URL: https://github.com/mafqla/imooc-admin
- Owner: mafqla
- License: mit
- Created: 2022-03-25T09:03:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T08:07:58.000Z (about 2 years ago)
- Last Synced: 2023-03-08T17:41:01.668Z (almost 2 years ago)
- Topics: elemenet-plus, vue3
- Language: Vue
- Homepage:
- Size: 444 KB
- Stars: 60
- Watchers: 1
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imooc-admin
## 描述
这个项目改写于vue-element-admin
> 如果这个项目能够帮助到你,请记得star哦!
功能:
- 基于i18n实现国际化
- 基于scss实现的动态换肤
- 实现了excel导入导出
- 基于wangEditor和tui.editor实现了富文本和markdown编辑功能
- 基于sortablejs实现的拖拽排序
- 基于vue-print-nb实现的打印功能## 项目运行
- 安装依赖
```
npm install
```
- 启动项目
```
npm run serve
```
- 打包项目
```
npm run build
```
- 发布项目
```
npm run release
```### 项目后台
- 地址[imooc-api](https://github.com/mafqla/imooc-api.git/)
- 后台项目的接口文档地址[imooc-api-doc](https://www.apifox.cn/apidoc/shared-e909ede9-d941-4078-994b-7046e54a9f2a)
- 后台的文章排序接口未完成,能有实现的请提交你的代码到后台项目的仓库