{"id":21713918,"url":"https://github.com/cytle/mobx-vuex-weapp","last_synced_at":"2026-04-16T10:01:48.650Z","repository":{"id":74068266,"uuid":"93241381","full_name":"cytle/mobx-vuex-weapp","owner":"cytle","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-03T10:54:40.000Z","size":8210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T10:39:34.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/cytle.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":"2017-06-03T10:33:49.000Z","updated_at":"2017-06-03T10:34:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ba96b27-6fa9-4e51-9dea-a6f3df3eb55e","html_url":"https://github.com/cytle/mobx-vuex-weapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cytle/mobx-vuex-weapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytle%2Fmobx-vuex-weapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytle%2Fmobx-vuex-weapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytle%2Fmobx-vuex-weapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytle%2Fmobx-vuex-weapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytle","download_url":"https://codeload.github.com/cytle/mobx-vuex-weapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytle%2Fmobx-vuex-weapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-26T00:28:45.463Z","updated_at":"2026-04-16T10:01:48.625Z","avatar_url":"https://github.com/cytle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 微信火排队\n\u003c!-- If you'd like to use a logo instead uncomment this code and remove the text above this line\n\n  ![Logo](URL to logo img file goes here)\n\n--\u003e\n![火小二前端出品](https://img.shields.io/badge/火小二前端-火-red.svg)\n[![微信小程序](https://img.shields.io/badge/微信小程序-v-green.svg)](https://mp.weixin.qq.com/debug/wxadoc/introduction/#产品定位及功能介绍)\n\nBy [火小二前端团队](http://git.2dfire-inc.com/groups/static).\n\n## Description\n**微信火排队** 火排队微信小程序客户端(可能也有火排队h5\n\n## Installation\n\n用下面的命令安装npm依赖\n\n```console\nnpm install\n```\n\n安装wept或者用官方工具运行结果\n```console\nnpm install wept -g\n```\n\n跑dev环境\n\n```console\nnpm run dev:wechat\n```\n\n用下面命令运行小程序或者官方工具打开dist目录\n```console\ncd shells/wechat \u0026\u0026 wept dist\n```\n\n## TODOS\n\n- xux项目(参考src/xux/readme.md)\n\n## Contributing\n\n1. Clone it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Eslint it (`npm run lint`)\n4. Commit your changes (`git commit -am 'Add some feature'`)\n5. Push to the branch (`git push origin my-new-feature`)\n6. Create new Pull Request\n\n## weUi\n\n1. 用法参考 https://github.com/weui/weui-wxss\n\n\n### 项目结构\n\n```\n.\n├── package.json\n├── readme.md\n├── shells\n│   ├── alias.js                                    // webpack alias\n│   └── wechat\n│       ├── dist                                    // 如果要运行,用微信开发者工具打开这个文件夹\n│       │   ├── app.js\n│       │   ├── app.json\n│       │   ├── app.wxss\n│       │   ├── images                              // 图片资源\n│       │   ├── logics                              // 逻辑打包文件\n│       │   │   ├── app.js                          // app -\u003e src/app.js\n│       │   │   └── utils.js                        // 辅助方法 -\u003e src/utils/index.js\n│       │   ├── pages                               // 微信页面,原生写法\n│       │   │   ├── detail\n│       │   │   ├── history\n│       │   │   ├── index\n│       │   │   ├── main\n│       │   │   ├── search\n│       │   │   └── shop\n│       │   └── utils\n│       │       └── xuxPage.js                      // 对Page扩增了些东西,微信中mapState等这里取\n│       ├── webpack.config.js                       // 微信打包配置\n│       └── wept.json                               // wept配置\n└── src\n    ├── apis                                        // 写api的地方,写法参考已经有的文件\n    ├── app.js                                      // 绑定环境(request,storage)\n    ├── config                                      // 配置(api等)\n    │   └── index.js\n    ├── store                                       // store,主要逻辑\n    │   ├── index.js                                // 主store,其它模块在此引入\n    │   ├── main.js                                 // 次store(module)名字自定\n    │   └── tickets.js\n    ├── utils                                       // 辅助方法\n    │   ├── array.js\n    │   ├── format.js\n    │   ├── function.js\n    │   ├── index.js\n    │   ├── object.js\n    │   ├── request.js\n    │   ├── string.js\n    │   └── validate.js\n    └── xux                                         // 基础\n        ├── createComponentHelper.js                // 创建mapState等store辅助方法\n        ├── index.js                                //\n        ├── readme.md\n        ├── store.js                                // Xux.Store\n        └── util.js                                 // Xux库辅助方法\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcytle%2Fmobx-vuex-weapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcytle%2Fmobx-vuex-weapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcytle%2Fmobx-vuex-weapp/lists"}