A Vue 3 frontend demo for calling the DeepSeek chat API directly from the browser.
- Node.js 18+
- pnpm (recommended)
pnpm installCreate a .env.local file in the project root:
VUE_APP_DEEPSEEK_API_KEY=your_deepseek_api_keyThe app reads this value from process.env.VUE_APP_DEEPSEEK_API_KEY.
pnpm servepnpm build