# fc-admin **Repository Path**: miumiu2022/fc-admin ## Basic Information - **Project Name**: fc-admin - **Description**: 后台管理框架,vue3+vite+typescript+pinia+element-plus - **Primary Language**: TypeScript - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 18 - **Created**: 2024-07-01 - **Last Updated**: 2024-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 FC-Admin 基于VUE3+Vite+ElementPlus+Pinia实现的一款后台管理框架。使用最新的前端技术栈。 提供一些常用组件、动态路由、权限控制等。加快开发速度。文档正在整理中...整理完毕会在这里展示地址。 ## 演示和文档 | 类型 | 链接 | | -------- | -------- | | 演示地址 | http://121.196.239.128:1234 | | 文档地址 | 正在整理中... | ## 安装教程 ``` sh # 克隆项目 git clone https://github.com/lfcleo/fc-admin.git # 进入项目目录 cd fc-admin # 安装依赖 npm i # 启动项目(开发模式) npm run dev ``` 启动完成后浏览器访问 http://localhost:2800