Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jchehe/vue_cnode

通过Vue.js 1.0版本结合CNode的API编写的Web APP
https://github.com/jchehe/vue_cnode

Last synced: 3 days ago
JSON representation

通过Vue.js 1.0版本结合CNode的API编写的Web APP

Awesome Lists containing this project

README

        

# 虽然Vue2.0快来了,但我也利用1.0版本搭个CNode的Web App学习一下

标签: vue cnode

---

最近在学习Vue.js,因为实践是一种很好的学习方式,所以利用 Vue.js 和 CNodejs.org 提供的 API 搭建了一个Web APP。

访问地址:http://jchehe.github.io/mystatic/vue_cnode/
源码地址:https://github.com/JChehe/vue_cnode
访问二维码:![此处输入图片的描述][1]

在此,也感谢 [@shinygang][2] 的 [用Vue.js编写了cnodejs.org的h5客户端(webapp)][3] 项目,我从中也学到了一些知识。

由于经验不足,若各位大大发现应用或代码哪里有可以改进或不完善的地方,欢迎大家在提 issue 或 pr,也可以评论。

-----

### 本地部署
当然,你也可以在本地部署该项目。
``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

### 截图

- 首页_列表页
![list][4]

- 侧边栏
![sidebar][5]

- 帖子
![topic][6]

- 发布新帖
![newpost][7]

- 个人信息
![profile][8]

...

[1]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/vue_cnode/vue_cnode_qrcode.jpg
[2]: https://cnodejs.org/user/shinygang
[3]: https://cnodejs.org/topic/565c4473d0bc14ae279399fe
[4]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/vue_cnode/list.jpg
[5]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/vue_cnode/sidebar.jpg
[6]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/vue_cnode/detail.jpg
[7]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/vue_cnode/edit.jpg
[8]: https://blog-1251477229.cos.ap-chengdu.myqcloud.com/vue_cnode/profile.jpg