{"id":14976407,"url":"https://github.com/eidonlon/imitate-beautiful-thing","last_synced_at":"2025-07-21T10:02:51.358Z","repository":{"id":98458128,"uuid":"150861851","full_name":"eidonlon/imitate-beautiful-thing","owner":"eidonlon","description":"使用vue 做的一个h5 app。Using Vue to imitate a app.","archived":false,"fork":false,"pushed_at":"2018-10-16T02:21:21.000Z","size":21707,"stargazers_count":57,"open_issues_count":1,"forks_count":20,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-22T07:41:08.506Z","etag":null,"topics":["app","asiox","h5","h5app","vue","vuex","webpack","webpack3"],"latest_commit_sha":null,"homepage":"http://ddan.applinzi.com/#/","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/eidonlon.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":"2018-09-29T12:25:22.000Z","updated_at":"2023-07-31T03:33:03.000Z","dependencies_parsed_at":"2023-03-08T05:15:38.099Z","dependency_job_id":null,"html_url":"https://github.com/eidonlon/imitate-beautiful-thing","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.31818181818181823","last_synced_commit":"2411166641ed567c9dcf697fb2305a9ed8414518"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eidonlon/imitate-beautiful-thing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eidonlon%2Fimitate-beautiful-thing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eidonlon%2Fimitate-beautiful-thing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eidonlon%2Fimitate-beautiful-thing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eidonlon%2Fimitate-beautiful-thing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eidonlon","download_url":"https://codeload.github.com/eidonlon/imitate-beautiful-thing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eidonlon%2Fimitate-beautiful-thing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278169,"owners_count":23904038,"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":["app","asiox","h5","h5app","vue","vuex","webpack","webpack3"],"created_at":"2024-09-24T13:53:50.589Z","updated_at":"2025-07-21T10:02:51.331Z","avatar_url":"https://github.com/eidonlon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imitate-beautiful-thing\nUsing Vue to imitate a app.\n\n简介:这是一个使用vue全家桶做的一个app demo,纯粹学习而已。\n\n\n##### 移动端扫描下方二维码看效果\n![二维码](https://github.com/eidonlon/imitate-beautiful-thing/blob/master/static/images/link.png)\n\n## 用到的技术\n\nvue2 + vue-router + axios + webpack + express \n\n## 后台接口数据\n\n​用express 搭建的后台，因为没有数据库，所使用的数据是读取的本地json 文件，数据采集的有限，所以都是重复利用的，看到刷新到重复数据不要惊讶，这不是bug  ​:scared:​  ]。\n\n\n\n## 运行项目\n\n``` bash\n#先克隆项目\ngit clone https://github.com/eidonlon/imitate-beautiful-thing.git\n\n#进入文件夹\ncd imitate-beautiful-thing\n\n#安装依赖\nnpm install\n\n#运行\nnpm run dev\n\n#请在chrome下调成手机模式预览\n#另，项目打包[此处只打包了前端的代码，后台并没有一起被打包]\nnpm run build \n```\n\n## 效果演示\n\n线上效果请[戳这里](http://ddan.applinzi.com/#/);(在chrome下请调成手机模式预览)；\n\n效果gif:\n\n![效果](https://github.com/eidonlon/imitate-beautiful-thing/blob/master/static/images/demo.gif)\n\n\n\n## 部分截图\n\n首页\n\n![home](https://github.com/eidonlon/imitate-beautiful-thing/blob/master/static/images/home.jpg)\n\n\n作品\n\n![menu](https://github.com/eidonlon/imitate-beautiful-thing/blob/master/static/images/02.jpg)\n\n\n设计师\n\n![music](https://github.com/eidonlon/imitate-beautiful-thing/blob/master/static/images/03.jpg)\n\n\n我的\n\n![read](https://github.com/eidonlon/imitate-beautiful-thing/blob/master/static/images/04.jpg)\n\n详情\n\n![read](https://github.com/eidonlon/imitate-beautiful-thing/blob/master/static/images/05.jpg)\n\n**看到这里，给个star 吧。**\n\n\n## Build Setup\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n# build for production and view the bundle analyzer report\nnpm run build --report\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feidonlon%2Fimitate-beautiful-thing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feidonlon%2Fimitate-beautiful-thing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feidonlon%2Fimitate-beautiful-thing/lists"}