# deepseek **Repository Path**: NanChen042/deepseek ## Basic Information - **Project Name**: deepseek - **Description**: chat room - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-18 - **Last Updated**: 2026-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3 自动引入实现 ## 一、安装插件 ```js npm install unplugin-vue-components -D ``` ## 二、配置 vite.config.ts ```js import Components from 'unplugin-vue-components/vite'; export default defineConfig({ plugins: [ Components({ /* 配置选项 */ }), ], }) ```