# 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:图片懒加载,异步路由加载
#### 界面展示





