{"id":26226152,"url":"https://github.com/pomeluce/akir-tauri","last_synced_at":"2026-04-13T14:31:42.916Z","repository":{"id":227828123,"uuid":"771833106","full_name":"pomeluce/akir-tauri","owner":"pomeluce","description":"Scaffolding for rapid front and back development based on react arco-ui zustand typescript","archived":false,"fork":false,"pushed_at":"2025-07-23T12:05:47.000Z","size":16803,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T01:50:27.298Z","etag":null,"topics":["akir","react","react-cli","react-hooks","react-router","tauri","tauri-app","typescript","unocss","vite","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pomeluce.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":"2024-03-14T03:09:10.000Z","updated_at":"2025-07-23T12:05:51.000Z","dependencies_parsed_at":"2025-03-07T09:25:03.801Z","dependency_job_id":"43d19cfb-cfb0-4770-9ba7-09ec30e004f2","html_url":"https://github.com/pomeluce/akir-tauri","commit_stats":null,"previous_names":["pomeluce/rapidify-react","pomeluce/akir-react","pomeluce/akir-tauri"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pomeluce/akir-tauri","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomeluce%2Fakir-tauri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomeluce%2Fakir-tauri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomeluce%2Fakir-tauri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomeluce%2Fakir-tauri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pomeluce","download_url":"https://codeload.github.com/pomeluce/akir-tauri/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pomeluce%2Fakir-tauri/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["akir","react","react-cli","react-hooks","react-router","tauri","tauri-app","typescript","unocss","vite","zustand"],"created_at":"2025-03-12T19:18:51.797Z","updated_at":"2026-04-13T14:31:42.891Z","avatar_url":"https://github.com/pomeluce.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 简介\n\n[akir-tauri](https://github.com/pomeluce/akir-tauri) 是一个开源的, 基于 [react](https://github.com/facebook/react)、[vite](https://github.com/vitejs/vite)、 [shadcn/ui](https://ui.shadcn.com/)、[typescript](https://www.typescriptlang.org/)、[tauri](https://tauri.app) 的桌面端开发脚手架，它使用了最新的前端技术栈，并提供了常用的客户端组件和软件基本结构，提升软件开发效率。\n\n## 文档\n\n```\n待完善\n```\n\n## 准备\n\n- [Node](http://nodejs.org/) 和 [Git](https://git-scm.com/) -项目开发环境\n- [Vite](https://vitejs.dev/) - 熟悉 Vite 特性\n- [React](https://github.com/facebook/react) - 熟悉 React 基础语法\n- [Tauri](https://tauri.app) - 熟悉 tauri 框架\n- [Zustand](https://zustand-demo.pmnd.rs/) - 熟悉 zustand 基本使用\n- [TypeScript](https://www.typescriptlang.org/) - 熟悉`TypeScript`基本语法\n- [Es6+](http://es6.ruanyifeng.com/) - 熟悉 es6 基本语法\n- [Mock.js](https://github.com/nuysoft/Mock) - mockjs 基本语法\n\n## 使用\n\n#### 方式 1:\n\n- 安装 cli 工具\n\n```bash\nnpm i akir-app -g\n```\n\n- 通过全局命令创建项目\n\n```bash\nakir-app\n```\n\n- 进入项目文件夹, 启动项目\n\n```bash\ncd [project_name]\n\npnpm install\n\npnpm dev\n\npnpm build\n```\n\n#### 方式 2:\n\n- 获取项目代码\n\n```bash\ngit clone https://github.com/pomeluce/akir-tauri.git\n```\n\n- 安装依赖\n\n```bash\ncd akir-tauri\n\npnpm install\n```\n\n- 运行\n\n```bash\npnpm dev\n```\n\n- 打包\n\n```bash\npnpm build\n```\n\n## 如何贡献\n\n非常欢迎你的加入！[提一个 Issue](https://github.com/pomeluce/akir-tauri/issues) 或者提交一个 Pull Request。\n\n**Pull Request:**\n\n1. Fork 代码!\n2. 创建自己的分支: `git checkout -b feat/xxxx`\n3. 提交你的修改: `git commit -am 'feat(function): add xxxxx'`\n4. 推送您的分支: `git push origin feat/xxxx`\n5. 提交`pull request`\n\n## Git 贡献提交规范\n\n- 参考 [规范文档](https://github.com/pomeluce/akir-tauri/blob/main/COMMIT_CONVENTION.md) ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))\n\n  - `feat` 增加新功能\n  - `fix` 修复问题/BUG\n  - `style` 代码风格相关无影响运行结果的\n  - `perf` 优化/性能提升\n  - `refactor` 重构\n  - `revert` 撤销修改\n  - `test` 测试相关\n  - `docs` 文档/注释\n  - `chore` 依赖更新/脚手架配置修改等\n  - `workflow` 工作流改进\n  - `ci` 持续集成\n  - `types` 类型定义文件更改\n  - `wip` 开发中\n\n## 浏览器支持\n\n本地开发推荐使用`Chrome 80+` 浏览器\n\n支持现代浏览器, 不支持 IE\n\n| [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\" Edge\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eIE | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\" Edge\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eEdge | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eFirefox | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eChrome | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eSafari |\n| :-: | :-: | :-: | :-: | :-: |\n| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpomeluce%2Fakir-tauri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpomeluce%2Fakir-tauri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpomeluce%2Fakir-tauri/lists"}