Initial commit: add project files and README
This commit is contained in:
19
src/docs/guide/installation.md
Normal file
19
src/docs/guide/installation.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 安装指南
|
||||
|
||||
## 环境要求
|
||||
|
||||
- Node.js 18+
|
||||
- npm 9+
|
||||
|
||||
## 安装步骤
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## 配置
|
||||
|
||||
在 `.env` 文件中配置 API 地址。
|
||||
|
||||
@see ../getting-started.md
|
||||
Reference in New Issue
Block a user