# ivue-admin **Repository Path**: celestial-being/ivue-admin ## Basic Information - **Project Name**: ivue-admin - **Description**: 【vue练习】使用vue搭建的中后台管理系统前端模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-27 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ivue-admin 一款基于vue-cli3,vuex,vue-router,iview开发的后台管理系统模板 # 特点 * 支持动态路由添加,可根据后台数据配置权限菜单和页面 * 登录/登出 * 支持i18n国际化,默认支持中、美、日、韩四种语言,可根据需要进行扩展 * 支持启用全屏模式/退出全屏模式 * 支持标签页导航 * 未完,待续... # 项目运行 ``` # clone the project git clone https://github.com/iview/iview-admin.git // install dependencies npm install // develop npm run dev ``` # 项目打包 ``` npm run build ``` # 开源协议 [MIT](https://opensource.org/licenses/MIT)