Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JChehe/vue_cnode
通过Vue.js 1.0版本结合CNode的API编写的Web APP
https://github.com/JChehe/vue_cnode
Last synced: 5 days ago
JSON representation
通过Vue.js 1.0版本结合CNode的API编写的Web APP
- Host: GitHub
- URL: https://github.com/JChehe/vue_cnode
- Owner: JChehe
- License: other
- Created: 2016-08-10T03:17:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T05:07:17.000Z (over 2 years ago)
- Last Synced: 2024-08-02T00:20:46.849Z (3 months ago)
- Language: Vue
- Size: 69.3 KB
- Stars: 31
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cnode - vue_cnode
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