vue-vben-admin/README.md

35 lines
424 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

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
——————