# douban **Repository Path**: midikang/douban ## Basic Information - **Project Name**: douban - **Description**: 由vue开发的一个豆瓣app - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-07-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # douban #### 介绍 由vue开发的一个豆瓣app,有登录注册,评论,浏览等功能 #### 开发构架 Vue+Webpack+Vue-Resource+Vue-Router #### 安装教程 1. npm init 2. npm run dev #### 使用到的数据接口 events: https://www.apiopen.top/journalismApi
newMovies: https://api.douban.com/v2/movie/coming_soon?
freeMovies: https://api.douban.com/v2/movie/top250
hotMovies: https://api.douban.com/v2/movie/in_theaters?
videoList: https://api.apiopen.top/videoCategoryDetails?
commentList: https://www.apiopen.top/satinCommentApi?
#### 使用到的插件 vue-infinite-loading:无限加载
vue-better-scroll:横向滚动
Mui组件:字体图标 横向滚动
vue-lazyload:图片懒加载,异步路由加载 #### 界面展示 ![主页](https://images.gitee.com/uploads/images/2019/0423/105254_4a0e66b3_4829004.png "HomeView.png")
![图书](https://images.gitee.com/uploads/images/2019/0423/105332_ff43fb05_4829004.png "BookView.png")
![评论](https://images.gitee.com/uploads/images/2019/0423/105401_595c3270_4829004.png "CommentView.png")
![搜索](https://images.gitee.com/uploads/images/2019/0423/105430_87ec49ef_4829004.png "SearchView.png")
![电影](https://images.gitee.com/uploads/images/2019/0423/105456_fab132c5_4829004.png "MovieView.png")
![视频](https://images.gitee.com/uploads/images/2019/0423/105607_02ebd2fa_4829004.png "VideoView.png")