mirror of
https://github.com/mizhexiaoxiao/vue-fastapi-admin.git
synced 2026-09-23 21:38:07 +00:00
16 lines
210 B
Markdown
16 lines
210 B
Markdown
## 快速开始
|
|
进入前端目录
|
|
```sh
|
|
cd web
|
|
```
|
|
|
|
安装依赖(建议使用pnpm: https://pnpm.io/zh/installation)
|
|
```sh
|
|
npm i -g pnpm # 已安装可忽略
|
|
pnpm i # 或者 npm i
|
|
```
|
|
|
|
启动
|
|
```sh
|
|
pnpm dev
|
|
``` |