{"id":9233509,"url":"https://github.com/nh0007/vue-douban","last_synced_at":"2025-08-17T02:32:08.922Z","repository":{"id":238742490,"uuid":"124893472","full_name":"nh0007/vue-douban","owner":"nh0007","description":"A Vue.js project","archived":false,"fork":false,"pushed_at":"2018-06-07T14:55:02.000Z","size":4399,"stargazers_count":90,"open_issues_count":0,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-17T07:32:19.513Z","etag":null,"topics":["axios","vue","vue-router","vuex","webpack"],"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/nh0007.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-03-12T13:29:24.000Z","updated_at":"2024-10-08T01:00:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"a16e98ec-8c22-4438-97a9-f19c3a0a73da","html_url":"https://github.com/nh0007/vue-douban","commit_stats":null,"previous_names":["nh0007/vue-douban"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nh0007/vue-douban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nh0007%2Fvue-douban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nh0007%2Fvue-douban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nh0007%2Fvue-douban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nh0007%2Fvue-douban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nh0007","download_url":"https://codeload.github.com/nh0007/vue-douban/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nh0007%2Fvue-douban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270799012,"owners_count":24648068,"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-08-17T02:00:09.016Z","response_time":129,"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":["axios","vue","vue-router","vuex","webpack"],"created_at":"2024-05-07T20:56:14.127Z","updated_at":"2025-08-17T02:32:08.911Z","avatar_url":"https://github.com/nh0007.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# vue-douban\n\n\u003e A Vue.js project\n\n## 技术栈\n\nvue + vuex + vue-router + axios + webpack + ES6\n\n## 文章地址\n\n#### [基于vue搭建一个简易版豆瓣](https://juejin.im/post/5aa686f86fb9a028c42ddadb)\n\n## 项目运行\n\n#### 源码地址： [https://github.com/nh0007/vue-douban.git](https://github.com/nh0007/vue-douban.git)\n\n#### 如何运行\n运行前请先确认电脑上已经安装好node环境\n\n - 克隆项目到本地\n\n```shell\ngit clone https://github.com/nh0007/vue-douban.git\n```\n\n - 进入项目根目录，在命令行运行语句安装依赖：\n\n```shell\nnpm install\n```\n\n - 运行项目\n\n```shell\nnpm run dev\n```\n\n - 等待运行完毕后，在浏览器输入命令行提示地址，可看到项目效果。\n\n## 代码结构\n```shell\n├── assets  //图片资源\n├── components  // 项目组件\n│   ├── book  //图书组件\n│       ├── BookTag.vue\n│       ├── BookTagContent.vue\n│       ├── BookTagMoreContent.vue\n│       └── BookTypeContent.vue\n│   ├── city  //同城活动组件\n│       ├── CityActivityContent.vue\n│       ├── CityActivityContentItem.vue\n│       └── CityTag.vue\n│   ├── common  //公用组件\n│       ├── BaseHeader.vue\n│       ├── BaseModal.vue\n│       └── BaseSlide.vue\n│   ├── movie  //电影组件\n│       ├── MovieTag.vue\n│       ├── MovieTagContent.vue\n│       └── MovieTimeTypeContent.vue\n│   ├── music  //音乐组件\n│       └── MusicTagContent.vue\n├── css  // 公用的CSS样式\n│   └── style.css\n├── router  // 前端路由配置\n│   └── index.js\n├── store  // vuex数据管理\n│   ├── module  // 子模块数据\n│       ├── book.js\n│       ├── city.js\n│       ├── movie.js\n│       └── music.js\n│   ├── index.js\n│   └── mutation-types.js\n├── util  // 公用的js函数\n│   └── util.js\n├── App.vue // 根组件\n└── main.js  // 入口文件\n```\n\n## 项目截图\n读书页：\n![bookTagContent](https://github.com/nh0007/vue-douban/raw/master/screenshot/bookTagContent.png)\n\n![bookTagMoreContent](https://github.com/nh0007/vue-douban/raw/master/screenshot/bookTagMoreContent.png)\n\n![bookTypeContent](https://github.com/nh0007/vue-douban/raw/master/screenshot/bookTypeContent.png)\n\n电影页：\n![movieTagContent](https://github.com/nh0007/vue-douban/raw/master/screenshot/movieTagContent.png)\n\n![movieTypeContent](https://github.com/nh0007/vue-douban/raw/master/screenshot/movieTypeContent.png)\n\n音乐页：\n![musicContent](https://github.com/nh0007/vue-douban/raw/master/screenshot/musicContent.png)\n\n同城活动页：\n![cityContent](https://github.com/nh0007/vue-douban/raw/master/screenshot/cityContent.png)\n\n搜索页：\n![search](https://github.com/nh0007/vue-douban/raw/master/screenshot/search.png)\n\n## 结语\n由于工作中使用的框架并不是vue,对vue的了解也并不深入，如果项目中有出现啥问题或者更加好的实现，欢迎issue。另外，欢迎star哦。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnh0007%2Fvue-douban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnh0007%2Fvue-douban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnh0007%2Fvue-douban/lists"}