{"id":23011501,"url":"https://github.com/onlymisaky/vite-vue-starter","last_synced_at":"2025-04-02T17:10:32.567Z","repository":{"id":266678772,"uuid":"887182538","full_name":"onlymisaky/vite-vue-starter","owner":"onlymisaky","description":"简约不简单的 Vue 中后台模板","archived":false,"fork":false,"pushed_at":"2025-03-26T05:45:40.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T06:29:24.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://onlymisaky.github.io/vite-vue-starter/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onlymisaky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-12T10:02:57.000Z","updated_at":"2025-03-26T05:45:44.000Z","dependencies_parsed_at":"2024-12-05T14:31:47.221Z","dependency_job_id":"0a7580f8-9909-43fc-a0c3-d0eb23173caa","html_url":"https://github.com/onlymisaky/vite-vue-starter","commit_stats":null,"previous_names":["onlymisaky/vite-vue-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlymisaky%2Fvite-vue-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlymisaky%2Fvite-vue-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlymisaky%2Fvite-vue-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlymisaky%2Fvite-vue-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onlymisaky","download_url":"https://codeload.github.com/onlymisaky/vite-vue-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246856675,"owners_count":20844974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T10:09:16.608Z","updated_at":"2025-04-02T17:10:32.550Z","avatar_url":"https://github.com/onlymisaky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vite Vue Starter\n\n一个现代化的 Vue 3 + TypeScript 项目模板，集成了最佳实践和常用工具。\n\n## 特性\n\n- ⚡️ [Vite](https://vitejs.dev/) - 闪电般的前端构建工具\n- 🖖 [Vue 3](https://vuejs.org/) - 渐进式 JavaScript 框架\n- 🏷️ [TypeScript](https://www.typescriptlang.org/) - 带有类型系统的 JavaScript\n- 📦 [Pinia](https://pinia.vuejs.org/) - Vue 官方状态管理方案\n- 🎨 [TailwindCSS](https://tailwindcss.com/) - 实用优先的原子化 CSS 框架\n- 🔍 ESLint + Stylelint - 代码规范和样式检查\n- 🌟 [Husky](https://typicode.github.io/husky/) + [lint-staged](https://github.com/okonet/lint-staged) - Git Hooks\n- 📝 [Commitlint](https://commitlint.js.org/) - Git 提交信息规范\n- 🚀 自动导入 - 组件和 API 自动导入\n- 🔄 请求封装 - 基于 Axios 的请求库封装\n- 🎯 Vue Router - 官方路由管理\n- 🔀 混合开发 - 支持 TypeScript 和 JavaScript 混用\n\n## 项目结构\n\n```\n├── src/                      # 源代码\n│   ├── assets/              # 静态资源\n│   ├── components/          # 通用组件\n│   ├── hooks/              # Vue Hooks\n│   ├── layout/             # 布局组件\n│   ├── request/            # 网络请求\n│   ├── routes/             # 路由配置\n│   ├── store/              # 状态管理\n│   ├── styles/             # 全局样式\n│   ├── types/              # TypeScript 类型\n│   ├── utils/              # 工具函数\n│   └── views/              # 页面组件\n├── environments/           # 环境配置\n├── lints/                  # 代码规范配置\n├── public/                 # 公共资源\n└── types/                  # 全局类型声明\n```\n\n## 快速开始\n\n```bash\n# 克隆项目\ngit clone https://github.com/onlymisaky/vite-vue-starter.git\n\n# 安装依赖\nnpm install\n\n# 启动开发服务器\nnpm run dev\n\n# 构建生产版本\nnpm run build\n```\n\n## 环境要求\n\n- Node.js 20+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonlymisaky%2Fvite-vue-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonlymisaky%2Fvite-vue-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonlymisaky%2Fvite-vue-starter/lists"}