unis_crm/frontend/README.md

20 lines
280 B
Markdown
Raw Permalink Normal View History

2026-03-19 06:27:20 +00:00
# Frontend
当前前端基于 Vite + React。
## 本地运行
```bash
npm install
npm run dev
```
## 环境变量
如需使用 Gemini API请在 `frontend/` 目录下配置 `.env.local`
```bash
GEMINI_API_KEY=your_key_here
2026-03-26 09:29:55 +00:00
VITE_TENCENT_MAP_KEY=your_tencent_map_key
2026-03-19 06:27:20 +00:00
```