{"id":13536478,"url":"https://github.com/JerryYgh/m-eleme","last_synced_at":"2025-04-02T03:30:51.372Z","repository":{"id":215851454,"uuid":"87823284","full_name":"JerryYgh/m-eleme","owner":"JerryYgh","description":"饿了么移动端单页应用","archived":false,"fork":false,"pushed_at":"2017-04-17T10:02:09.000Z","size":28025,"stargazers_count":118,"open_issues_count":0,"forks_count":55,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-22T15:46:50.330Z","etag":null,"topics":["javascript","vue","vue-cli","vue-resource","vue-router2","vue2","webpack2"],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/JerryYgh.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-04-10T14:52:26.000Z","updated_at":"2024-10-06T11:08:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"351418b6-c3e6-46dc-bc10-3574078b0328","html_url":"https://github.com/JerryYgh/m-eleme","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":0.5,"last_synced_commit":"0139fd6be15d585f1f6cc8ac49e23fe5230af6f9"},"previous_names":["jerryygh/m-eleme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerryYgh%2Fm-eleme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerryYgh%2Fm-eleme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerryYgh%2Fm-eleme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerryYgh%2Fm-eleme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JerryYgh","download_url":"https://codeload.github.com/JerryYgh/m-eleme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246750881,"owners_count":20827800,"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":["javascript","vue","vue-cli","vue-resource","vue-router2","vue2","webpack2"],"created_at":"2024-08-01T09:00:40.198Z","updated_at":"2025-04-02T03:30:49.009Z","avatar_url":"https://github.com/JerryYgh.png","language":"Vue","funding_links":[],"categories":["Demo示例"],"sub_categories":[],"readme":"# m-eleme(饿了么移动端单页应用)\n\n\u003e 这是一个基于Vue全家桶实现的饿了么移动端webapp\n\n\u003e 项目github地址：[m-eleme](https://github.com/JerryYgh/m-eleme)\n\n\u003e 如果觉得对您有帮助，您可以在右上角给我个star支持一下，谢谢！\n\n##  项目截图\n\n\u003e 注：动图很卡，是因为截图文件很大，动图里的图片模糊，是截图软件的锅，谅解下，项目实际运行都不存在这些问题的。\n\n![eleme.gif](./resource/eleme.gif)\n\n\n##  项目运行\n```bash\n# 克隆项目到本地\ngit clone https://github.com/JerryYgh/m-eleme.git\n\n#  安装依赖\nnpm install\n\n# 本地开发，开启服务器，浏览器访问http://localhost:8080\nnpm run dev\n\n#  构建生产\nnpm run build\n```\n\n##  项目说明\n\n\n\u003e 用到的技术栈\n\nvue2 + vue-router2 + webpack2 + vue-cli2 + vue-resource + stylus + flex + eslint\n\n\n\u003e 主要功能说明\n\n- resource文件里有UI原稿psd，切好的图，及标注文件。\n- 基于vue2.0\n- 使用vue-cli2脚手架搭建项目\n- 使用webpack2打包项目文件\n- 使用vue-router2实现路由切换\n- 使用vue-resource进行数据请求\n- stylus编写样式\n- flex弹性布局\n- eslint进行es6代码检查\n- 联动滚动借助了better-scroll插件\n- localStorage实现本地存储\n\n\n\u003e 学习参考\n\n- vue2.0官网： https://vuefe.cn/v2/guide/\n- webpack1免费视频课程，戳这里：http://www.imooc.com/learn/802\n- webpack1向webpack2升级：https://webpack.js.org/guides/migrating/\n- better-scroll插件使用：https://github.com/ustbhuangyi/better-scroll\n- stylus： http://www.zhangxinxu.com/jq/stylus/\n- ES6: http://es6.ruanyifeng.com/\n- Sticky footers http://www.w3cplus.com/css3/css-secrets/sticky-footers.html\n- Flex弹性布局: http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html?utm_source=tuicool\n- localStorage本地存储: http://www.cnblogs.com/st-leslie/p/5617130.html\n- 最后：本项目有付费视频课程，戳这里：http://coding.imooc.com/class/74.html\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJerryYgh%2Fm-eleme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJerryYgh%2Fm-eleme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJerryYgh%2Fm-eleme/lists"}