Yakumo Hokori 9e91195bf0 feat: 添加开发和生产环境配置文件并更新项目依赖
- 新增 `.env.development` 和 `.env.production` 文件,分别配置开发和生产环境的 API 基础 URL
- 更新 `package.json`,添加 `element-plus`、`axios`、`pinia` 等依赖
- 删除未使用的图标组件和欢迎页面组件
- 新增路由配置和主题管理 store
- 新增首页和搜索结果页面组件
- 更新 `vite.config.js`,添加代理配置和环境变量定义
2025-04-27 01:55:20 +08:00
2025-04-26 17:15:11 +08:00
2025-04-26 17:15:11 +08:00
2025-04-26 17:15:11 +08:00
2025-04-26 17:15:11 +08:00
2025-04-26 17:15:11 +08:00
2025-04-26 17:15:11 +08:00

search-web

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build
Description
自建搜索的前端
Readme 130 KiB
Languages
Vue 81.7%
JavaScript 9%
CSS 8.1%
HTML 1.2%