本项目使用豆瓣提供的接口完成了基本的豆瓣手机端常见功能,可以进行搜索和查看详情,以及图片滚动加载
豆瓣提供的接口:https://developers.douban.com/wiki/?title=guide
vue,vue-router,vuex,axios,vant #项目页面:
# 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 and docs for vue-loader.