unis_crm/frontend/README.md

19 lines
238 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.

# Frontend
当前前端基于 Vite + React。
## 本地运行
```bash
npm install
npm run dev
```
## 环境变量
如需使用 Gemini API请在 `frontend/` 目录下配置 `.env.local`
```bash
GEMINI_API_KEY=your_key_here
```