# imooc-admin **Repository Path**: mafqla/imooc-admin ## Basic Information - **Project Name**: imooc-admin - **Description**: 基于vue3新标准,实现后台前端综合解决方案 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2022-04-01 - **Last Updated**: 2024-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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) - 后台的文章排序接口未完成,能有实现的请提交你的代码到后台项目的仓库