简介:这是一个使用vue仿的[ONE.一个]app,纯粹学习而已。
vue2 + vue-router + vue-resource + webpack + express + Node爬虫
用express 搭建的后台,除了图文、阅读、音乐页面的列表是读取的本地json文件外,首页以及其他详情数据都是用爬虫爬取得[ONE.一个]网站的数据[注:这里爬取数据只是一个练习,练习而已,并没有非法使用爬来的数据呀 :scared: ]。
这里只是一个非常简单的爬虫,用的是Node HTTP API的get方法,获取到要爬取的页面,然后使用cheerio
进行解析处理获得想要的数据。
#先克隆项目
git clone https://github.com/eidonlon/imitate-One.git
#进入文件夹
cd imitate-One
#安装依赖
npm install
#运行
npm run dev
#然后浏览器会自动打开页面,请在chrome下调成手机模式预览
#另,项目打包[此处只打包了前端的代码,后台并没有一起被打包]
npm run build
额额额,服务器到期了,线上预览的效果没有了,想要看效果的请按照上述步骤在本地运行查看。
线上效果请戳这里;(请在chrome下调成手机模式预览)
首页
菜单
音乐
阅读
都看到这里,给个star 吧。
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.