This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 前端开发基础框架
## 概述
### 1. 来源
——————
1. 基于开源模板:Vben-admin(<https://vben.vvbin.cn/>)
2. 官方框架文档:<https://doc.vvbin.cn/>
### 2. 安装
node版本:18.19.0
pnpm版本:8.14.0+
(1)全局安装pnpm
npm install -g pnpm
(2)安装依赖
pnpm i
(3)运行启动
pnpm run dev