# fc-admin-thin **Repository Path**: lfcleo/fc-admin-thin ## Basic Information - **Project Name**: fc-admin-thin - **Description**: FC-Admin 的精简版本,可直接用于开发。随FC-Admin版本升级。vue3 admin. vue admin - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## 介绍(Introduce) FC-Admin-thin 是 [FC-Admin](https://github.com/lfcleo/fc-admin) 的精简版,可以直接用作开发项目工作,无需再从 [FC-Admin](https://github.com/lfcleo/fc-admin) 中做“减法”。 FC-Admin-thin is a simplified version of [FC-Admin](https://github.com/lfcleo/fc-admin) that can be directly used for development project work without the need for subtraction from [FC-Admin](https://github.com/lfcleo/fc-admin). ## 安装教程(Install) ``` sh # 克隆项目 git clone https://github.com/lfcleo/fc-admin-thin.git # 进入项目目录 cd fc-admin-thin # 安装依赖 npm i # 启动项目(开发模式) npm run dev ``` 启动完成后浏览器访问 http://localhost:2801 browse http://localhost:2801 ## 构建打包项目(Build) ```sh # 进入项目目录 cd fc-admin-thin # 构建项目 npm run build ``` 可以查看 [FC-Admin](https://github.com/lfcleo/fc-admin) 的文档和教程进行开发。 You can refer to the documentation and tutorials of [FC-Admin](https://github.com/lfcleo/fc-admin) for development. ## FC-Admin信息(FC-Admin Information) | 类型 | 链接 | | -------- | -------- | | GitHub | https://github.com/lfcleo/fc-admin | | Gitee | https://gitee.com/lfcleo/fc-admin | | 演示地址 (Preview) | https://www.fcadmin.fun | | 中文文档 | https://doc.fcadmin.fun | | English document | https://doc.fcadmin.fun/en |