Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Werb/Pixel-Web
一个 Vue 微博客户端
https://github.com/Werb/Pixel-Web
axios vue vue-router vue2 weibo
Last synced: about 23 hours ago
JSON representation
一个 Vue 微博客户端
- Host: GitHub
- URL: https://github.com/Werb/Pixel-Web
- Owner: werbhelius
- License: apache-2.0
- Created: 2017-05-02T14:55:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T10:14:35.000Z (about 7 years ago)
- Last Synced: 2024-10-29T10:45:18.684Z (7 days ago)
- Topics: axios, vue, vue-router, vue2, weibo
- Language: JavaScript
- Homepage:
- Size: 2.31 MB
- Stars: 506
- Watchers: 17
- Forks: 81
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-vue - Pixel-Web - 一个 Vue 微博客户端 (Demo示例)
- awesome - Pixel-Web - 一个 Vue 微博客户端 (Demo示例)
README
# Pixel-Web
* 这是一个 Vue 微博客户端
* Github项目地址:[https://github.com/Werb/Pixel-Web](https://github.com/Werb/Pixel-Web)
* 欢迎关注我的微博:[wanbo-](http://weibo.com/singerwannber)### Local Test
* 增加本地 debug 模式,访问静态数据,无需连接服务器
* debug 模式下没有翻页,发微博功能不能使用
* 在 [api-config.js](./src/api/config/api-config.js) 中设置 DEBUG 字段,true 开启,false 关闭### Tips
* 无法访问此网站是因为需要在微博开放平台注册应用,我填的回调地址是我本机的ip的原因
* 所以你需要先去微博注册一个应用
* 注册我选择的是 微连接 - 网页应用
* 创建成功后保存 App Key 和 App Secret
* 然后在控制台-应用信息-高级信息设置 OAuth2.0 授权回调页,用于我们在登录后回调到我们的网页中,即[api-config.js](./src/api/config/api-config.js)所配置的内容
* [Pixel-Api](https://github.com/Werb/Pixel-Api) 服务器我已经部署到了 Heroku
* 在线 Server 地址 [https://pixel-api.herokuapp.com/](https://pixel-api.herokuapp.com/)### Intro
* 我是一个前端小白,突发奇想自学 Vue ,前前后后写了一个月时间
* 使用 vue-cli 构建、打包, 配合 vue全家桶(vue、vuex、vue-router)进行编码
* 使用 axios 进行资源请求
* 使用 Node.js 对 api 进行二次封装解决跨域问题### Server
* 使用 Nodejs + Express 开发
* 实现 Oauth登录,查看最新微博,查看单条微博评论,个人主页,我的关注,我的粉丝,发微博以及四种消息(@我的微博,@我的评论,收到的评论,发出的评论)
* Github项目地址:[https://github.com/Werb/Pixel-Api](https://github.com/Werb/Pixel-Api)### Preview
![pixel-web-one](./screenshots/pixel-web-one.png)
![pixel-web-two](./screenshots/pixel-web-two.png)
![pixel-web-three](./screenshots/pixel-web-three.png)### Run
请在 Chrome 手机模式下调试`npm install`
`npm run dev`
### Thanks
* [daily-zhihu](https://github.com/walleeeee/daily-zhihu)
* [douban](https://github.com/jeneser/douban)
* [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)
* [temool](https://github.com/temool)### LICENSE
[Apache License](./LICENSE)