Files
2026-03-11 10:26:40 -05:00

14 lines
143 B
Markdown

# 环境搭建
## 安装 Node.js
请确保已安装 Node.js 18+。
```bash
node -v
```
## 创建项目
使用 Vite 创建 Vue 3 项目。