# fc-admin **Repository Path**: wxtech/fc-admin ## Basic Information - **Project Name**: fc-admin - **Description**: 一款vue3 admin后台管理框架,高颜值高性能。使用最新技术栈vue3 vite typescript pinia element-plus。免费开源。vue后台管理。vue admin - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: https://gitee.com/lfcleo - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 17 - **Created**: 2024-09-05 - **Last Updated**: 2024-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Vite Vue element plus

FC-Admin

## V1.0.1更新日志(Upload Logs) * 新增组件`验证码` * 新增组件`表单表格` * 重构`配置`页面`菜单管理`模板 * 新增`配置`页面`接口管理`模板 * 新增`配置`页面`角色管理`模板 * 新增`配置`页面`用户管理`模板 * 新增`配置`页面`字典管理`模板 * 修改组件`图标选择器`图标大小问题 * 修改组件`树形选择器`搜索框,可根据属性选择是否显示 * 修改组件`树形选择器`边框,可根据属性选择是否显示 * 修改组件`树形选择器`全部选项,可根据属性选择是否显示 * 修改组件`表格`竖线,默认`false`不显示与`el-table`保持一致 * 重构了一些`interface`模型 * 删除部分文件调试的`console.log` * 修复手机微信浏览器提示版本过低问题 * 修复`index.html` `title`问题 [更新日志](https://doc.fcadmin.fun/version) ## 介绍(Introduce) FC-Admin 基于VUE3+Vite+ElementPlus+Pinia实现的一款后台管理框架。使用最新的前端技术栈。 提供一些常用组件、动态路由、权限控制等。加快开发速度。 FC-Admin is a backend management framework built with VUE3, Vite, ElementPlus, and Pinia, leveraging the latest front-end technology stack. It offers a range of commonly used components, dynamic routing, and permission control, among others, to expedite the development process. ![logo](https://mock.fcadmin.fun/web/img/fc-1.png) ## 演示和文档(Preview and Document) | 类型 | 链接 | | -------- | -------- | | 演示地址 (Preview) | https://www.fcadmin.fun | | 中文文档 | https://doc.fcadmin.fun | | English document | https://doc.fcadmin.fun/en | ## 精简版 提供了精简版 [FC-Admin-Thin](https://github.com/lfcleo/fc-admin-thin),可以直接做开发使用. Provides a simplified version of [FC-Admin-Thin](https://github.com/lfcleo/fc-admin-thin) It can be directly used for development | 类型 | 链接 | | -------- | -------- | | GitHub | https://github.com/lfcleo/fc-admin-thin | | Gitee | https://gitee.com/lfcleo/fc-admin-thin | ## 部分截图(Partial Screenshot) ![logo](https://mock.fcadmin.fun/web/img/fc-2.png) ## 安装教程(Install) ``` sh # 克隆项目 git clone https://github.com/lfcleo/fc-admin.git # 进入项目目录 cd fc-admin # 安装依赖 npm i # 启动项目(开发模式) npm run dev ``` 启动完成后浏览器访问 http://localhost:2800