{"id":26365432,"url":"https://github.com/biaov/project-template","last_synced_at":"2026-03-10T11:04:51.600Z","repository":{"id":186012268,"uuid":"674469590","full_name":"biaov/project-template","owner":"biaov","description":"项目初始化模板，包含 vue, uni-app, react, node, node-simple, electron, cli 模板👍","archived":false,"fork":false,"pushed_at":"2025-03-05T08:51:59.000Z","size":3966,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"vue","last_synced_at":"2025-04-02T15:03:46.466Z","etag":null,"topics":["cli","electron","node","node-simple","project-template","react","uni-app","vue"],"latest_commit_sha":null,"homepage":"https://github.com/biaov/project-template","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/biaov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-04T03:07:46.000Z","updated_at":"2025-03-05T08:50:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"71037643-27a0-4783-907b-3dfe5930308c","html_url":"https://github.com/biaov/project-template","commit_stats":null,"previous_names":["biaov/project-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/biaov/project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biaov%2Fproject-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biaov%2Fproject-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biaov%2Fproject-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biaov%2Fproject-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biaov","download_url":"https://codeload.github.com/biaov/project-template/tar.gz/refs/heads/vue","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biaov%2Fproject-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30331650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","electron","node","node-simple","project-template","react","uni-app","vue"],"created_at":"2025-03-16T19:36:56.844Z","updated_at":"2026-03-10T11:04:51.588Z","avatar_url":"https://github.com/biaov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# project-template\r\n\r\n项目初始化模板\r\n\r\n## 分支命名规则\r\n\r\n- 主分支：`vue`, `uni-app`, `react`, `node`, `electron`, `cli`\r\n  - 各个主分支代表着不同的项目模板\r\n- 开发分支\r\n  - 功能分支：`feature/主分支/时间/功能名称`, 如 `feature/vue/20230901/demo`\r\n  - BUG 修复分支：`hotfix/主分支/时间/功能名称`, 如 `hotfix/vue/20230901/demo`\r\n\r\n## Vue\r\n\r\n- 关于 `Vue` 项目的模板\r\n\r\n\u003ch2 align=\"center\"\u003e\r\n  \u003ca href=\"https://gitee.com/biaovorg/project-template/tree/vue\"\u003e\u003cimg src=\"https://img.shields.io/badge/version-v1.3.6-blue\" alt=\"版本\" /\u003e\u003c/a\u003e\r\n  \u003ca href=\"https://gitee.com/biaovorg/project-template/blob/vue/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"license\" /\u003e\u003c/a\u003e\r\n  \u003ca href=\"https://gitee.com/biaovorg/project-template/blob/vue/.eslintrc.js\"\u003e\u003cimg src=\"https://img.shields.io/badge/eslint-prettier-blue?logo=eslint\" alt=\"eslint\" /\u003e\u003c/a\u003e\r\n\u003c/h2\u003e\r\n\r\n### 安装依赖\r\n\r\n```sh\r\nnpm i\r\n```\r\n\r\n### 运行项目\r\n\r\n```sh\r\nnpm start\r\n```\r\n\r\n### 打包项目\r\n\r\n```sh\r\nnpm run build\r\n```\r\n\r\n### 命名规范\r\n\r\n- 短横线命名(kebab-case): 文件名, class 类命名, 自定义属性传参\r\n- 帕斯卡命名(PascalCase, 大驼峰命名: CamelCase): 枚举命名, 类型命名\r\n- 小驼峰命名(camelCase): 变量命名, HTML id 属性命名, 自定义属性定参\r\n\r\n### 技术栈\r\n\r\n- `Vite` + `TypeScript` + `Vue` + `Vue-Router` + `Less` + `Pinia` + `Axios` + `ESlint`\r\n\r\n### 依赖特性\r\n\r\n#### dependencies\r\n\r\n- `@ant-design/icons-vue`:\r\n- `ant-design-vue`:\r\n- `axios`:\r\n- `dayjs`:\r\n- `nprogress`:\r\n- `vue`:\r\n- `vue-router`:\r\n\r\n#### devDependencies\r\n\r\n- `@eslint/eslintrc`: eslint 识别自定义文件内容\r\n- `@eslint/js`: eslint 解析 js\r\n- `@tailwindcss/vite`: tailwindcss 插件\r\n- `@types/node`: `node` 的类型声明\r\n- `@types/nprogress`: `nprogress` 的类型声明\r\n- `@vitejs/plugin-vue`: Vite 解析 Vue 文件\r\n- `eslint`: 代码检查工具\r\n- `eslint-plugin-prettier`: 检测不符合 Prettier 格式的代码\r\n- `eslint-plugin-vue`: 检测和修复 Vue 代码\r\n- `globals`: 全局变量配置\r\n- `less`: CSS 预编译器\r\n- `prettier`: 代码格式化\r\n- `tailwindcss`: CSS 样式生成器\r\n- `typescript`: 编程语言\r\n- `typescript-eslint`: eslint 解析 ts\r\n- `unplugin-auto-import`: 自动引入模块，主要用于全局模块，如 `vue`\r\n- `unplugin-vue-components`: 自动引入并注册组件，主要用于全局组件，如 `src/components`\r\n- `vite`: 项目构建工具\r\n- `vite-plugin-eslint2`: 将 ESlint 集成到 Vite 中\r\n\r\n## 贡献者们\r\n\r\n[![贡献者们](https://contrib.rocks/image?repo=biaov/project-template)](https://github.com/biaov/project-template/graphs/contributors)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiaov%2Fproject-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiaov%2Fproject-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiaov%2Fproject-template/lists"}