https://github.com/gwemz/douban-vue
http://douban.gwem.top :pig2: :pig2: :pig2:
https://github.com/gwemz/douban-vue
better-scroll element-ui vue-cli vue-resource vue-router vuejs2 webpack3
Last synced: 3 months ago
JSON representation
http://douban.gwem.top :pig2: :pig2: :pig2:
- Host: GitHub
- URL: https://github.com/gwemz/douban-vue
- Owner: Gwemz
- Created: 2018-05-13T03:27:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T06:04:47.000Z (about 6 years ago)
- Last Synced: 2025-01-11T18:50:08.510Z (4 months ago)
- Topics: better-scroll, element-ui, vue-cli, vue-resource, vue-router, vuejs2, webpack3
- Language: Vue
- Homepage:
- Size: 2.27 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# douban-vue
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
## 技能点
vue + vue-router + vue-resource + better-scroll + vue-cli2
## 实现功能
正在热映、即将上映、Top250、电影详情、搜索、介绍、地区选择
## 参考内容
参考链接:http://chenhuichao.com/vue2.x-douban/dist/#/
参考链接2: https://blog.csdn.net/jsyxiaoba/article/details/79628510 (vue使用axios调用豆瓣API跨域问题)