{"id":21898295,"url":"https://github.com/AirPowerTeam/AirPowerWechatStarter","last_synced_at":"2025-10-09T09:31:20.933Z","repository":{"id":191086573,"uuid":"671287305","full_name":"AirPowerTeam/AirPowerWechatStarter","owner":"AirPowerTeam","description":"🔥🔥🔥[开箱即用] AirPower的微信小程序开发宿主项目。AirPower4T 是一个基于 Vue3 TypeScript Element Plus Vite 的开发基础库，使用面向对象、装饰器、Hooks等开发模式，内置了数据模型转换、表格表单装饰器配置、加解密和编码解码、网络请求、权限管理等常见后台功能以及页面组件，助力后台类系统的前端开发效率，同时保障了优雅的代码质量。","archived":false,"fork":false,"pushed_at":"2024-12-31T04:35:17.000Z","size":365,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T20:30:54.910Z","etag":null,"topics":["frontend","oop","typescript","wechat-mini-program","weui-wxss"],"latest_commit_sha":null,"homepage":"https://hamm.cn","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/AirPowerTeam.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}},"created_at":"2023-07-27T01:36:29.000Z","updated_at":"2025-03-30T19:19:43.000Z","dependencies_parsed_at":"2023-08-28T04:14:47.807Z","dependency_job_id":"51c71300-18c9-4eb5-96e4-876d8bc0f78a","html_url":"https://github.com/AirPowerTeam/AirPowerWechatStarter","commit_stats":null,"previous_names":["hammcn/airpowerwechatstarter","airpowerteam/airpowerwechatstarter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/AirPowerTeam/AirPowerWechatStarter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AirPowerTeam%2FAirPowerWechatStarter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AirPowerTeam%2FAirPowerWechatStarter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AirPowerTeam%2FAirPowerWechatStarter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AirPowerTeam%2FAirPowerWechatStarter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AirPowerTeam","download_url":"https://codeload.github.com/AirPowerTeam/AirPowerWechatStarter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AirPowerTeam%2FAirPowerWechatStarter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001135,"owners_count":26083022,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["frontend","oop","typescript","wechat-mini-program","weui-wxss"],"created_at":"2024-11-28T14:25:26.047Z","updated_at":"2025-10-09T09:31:20.325Z","avatar_url":"https://github.com/AirPowerTeam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AirPowerWechatStarter\n\n### 写在前面\n\n你当前正在查看基于 ```AirPower``` 基础库的 宿主项目的代码, 我们使用的是 ```Vite``` 构建, 包管理使用的是 ```yarn```, 请先安装前叙的相关工具后继续接下来的操作 ：）\n\n### 一、初始化仓库\n\n\u003e 建议windows开发者使用 ```git bash``` 不要使用windows自带的拉垮的 ```cmd``` ```powershell``` 等。否则接下来的脚本可能出现问题，你只能通过自己手动去操作。\n\n```shell\ngit clone https://github.com/HammCn/AirPowerWechatStarter.git \u0026\u0026\ncd AirPowerWechatStarter/src \u0026\u0026 \ngit clone -b wechat https://github.com/HammCn/AirPower4T.git airpower \u0026\u0026 cd ../\n```\n\n### 二、修改基础配置\n\n按需修改配置\n```conf\nApp\u003cIAppOption\u003e({\n  async onLaunch() {\n    AirConfig.apiUrl = \"\" // api地址\n    AirConfig.staticUrl = \"\" // 静态资源地址\n  },\n})\n```\n\n### 三、启动和打包\n\n使用微信小程序开发者工具导入这个项目，然后编译运行即可。\n\n### 四、其他命令\n\n```shell\n#使用标准commit模板\nyarn c   \n\n#更新项目和AirPower\nyarn u   \n\n#查看Git格式化日志\nyarn l           \n```\n\n### And now, enjoy your coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAirPowerTeam%2FAirPowerWechatStarter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAirPowerTeam%2FAirPowerWechatStarter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAirPowerTeam%2FAirPowerWechatStarter/lists"}