一直想做一个系统性的项目,后来看到豆瓣有个开源的api,所以我就模仿豆瓣的电影显示界面做了几个界面,小白请进,大神绕道~
vue + axios + vue-cli + vue-router + mint-ui + sass
用到的是豆瓣的开源接口
# install dependencies 下载依赖
npm install
# serve with hot reload at localhost:8080 启动项目端口为8080
npm run dev
# build for production with minification 打包上传
npm run build
http://recklesslmz.com/vue-douban/dist/#/home
好吧,我还是没解决接口的跨域的问题,还是把项目down下来看吧~
如果你觉得你这个项目对你有帮助的话,请不要吝啬你的小手点个star吧~
MIT
For detailed explanation on how things work, checkout the guide and docs for vue-loader.