# fc-admin **Repository Path**: wangyalei/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-07-18 - **Last Updated**: 2024-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## 介绍(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.  ## 演示和文档(Preview and Document) | 类型 | 链接 | | -------- | -------- | | 演示地址 (Preview) | https://www.fcadmin.fun | | 中文文档 | https://doc.fcadmin.fun | | English document | https://doc.fcadmin.fun/en | ## 部分截图(Partial Screenshot)  ## 安装教程(Install) ``` sh # 克隆项目 git clone https://github.com/lfcleo/fc-admin.git # 进入项目目录 cd fc-admin # 安装依赖 npm i # 启动项目(开发模式) npm run dev ``` 启动完成后浏览器访问 http://localhost:2800