# fe-ent-core **Repository Path**: ent-framework/fe-ent-core ## Basic Information - **Project Name**: fe-ent-core - **Description**: A vue3 admin framework based on Antdv - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-05-26 - **Last Updated**: 2023-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 - Frontend Enterprise Core (fe-ent-core)是一个免费开源的中后台模版。使用了最新的`vue3`,`vite4`,`TypeScript`等主流技术开发,开箱即用的中后台前端解决方案,也可用于学习参考。 - fe-ent-core是基于`Vue Vben Admin`为基础封装套的一套组件库。 ## 特性 - **最新技术栈**:使用 Vue3/vite4 等前端前沿技术开发 - **TypeScript**: 应用程序级 JavaScript 的语言 - **主题**:可配置的主题 - **国际化**:内置完善的国际化方案 - **Mock 数据** 内置 Mock 数据方案 - **权限** 内置完善的动态路由权限生成方案 - **组件** 二次封装了多个常用的组件,使用rolllup打包成组件 - **工具支持** 独立的build工具方便快速构建项目 ## 文档 ## 准备 - [node](http://nodejs.org/) 和 [git](https://git-scm.com/) -项目开发环境 - [Vite](https://vitejs.dev/) - 熟悉 vite 特性 - [pnpm](https://www.pnpm.cn/) - 构建工具 - [Vue3](https://v3.vuejs.org/) - 熟悉 Vue 基础语法 - [TypeScript](https://www.typescriptlang.org/) - 熟悉`TypeScript`基本语法 - [Es6+](http://es6.ruanyifeng.com/) - 熟悉 es6 基本语法 - [Vue-Router-Next](https://next.router.vuejs.org/) - 熟悉 vue-router 基本使用 - [Ant-Design-Vue](https://2x.antdv.com/docs/vue/introduce-cn/) - ui 基本使用 - [Mock.js](https://github.com/nuysoft/Mock) - mockjs 基本语法 ## 安装使用 - 获取项目代码 ```bash git clone https://github.com/ent-framework/fe-ent-core.git ``` - 安装依赖 ```bash cd fe-ent-core pnpm install ``` - 构建tools & cli ```bash pnpm build:support ``` - 运行,登录账号: admin / 123456 ```bash pnpm dev ``` ## 项目地址 - [fe-ent-core](https://github.com/ent-framework/fe-ent-core.git) - 完整版 - [fe-ent-paly](https://github.com/ent-framework/fe-ent-play.git) - 快速启动版 ## 浏览器支持 本地开发推荐使用`Chrome 80+` 浏览器 支持现代浏览器, 不支持 IE ## 目录介绍 - **packages/fe-ent-core** - 核心组件库 - **packages/ent-vue-docs** - 文档库 - **play** - 在线样例,方便调试 - **support/ent-vue-scripts** - 构建工具,将vite需要配置做了封装,降低使用vite的学习成本 - **extensions** - 基于核心组件开发的扩展库 - **apps/login** - 基础应用-登录 - **apps/page** - 基础应用-默认layout ## 后台整合示例 - **集成Admin前端** https://github.com/ent-framework/fe-app-admin.git - **集成Spring Boot后端** https://github.com/ent-framework/ent-framework.git 使用方法请参考项目内的README