# tao-web-code **Repository Path**: tao0929/tao-web-code ## Basic Information - **Project Name**: tao-web-code - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-18 - **Last Updated**: 2026-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 选择困难症救星前端 Vue3 + Vite H5 前端,包含登录注册、首页随机选择、我的页面类目和子项管理。 ## 本地运行 ```bash npm install npm run dev ``` 默认访问:`http://localhost:5173` 开发环境下 `/api` 会代理到 `http://127.0.0.1:8080`。 ## 构建 ```bash npm run build ``` 产物目录:`dist`