All Projects → RyanLiu0235 → cnode-vue

RyanLiu0235 / cnode-vue

Licence: other
vue + vue-router + vuex搭建的cnode

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to cnode-vue

ts-cnode
🎉🎉🎉vue typescript cnodejs.org
Stars: ✭ 60 (+106.9%)
Mutual labels:  cnodejs, cnode, cnode-vue
noder-react-native
The mobile app of cnodejs.org written in React Native
Stars: ✭ 25 (-13.79%)
Mutual labels:  cnodejs, cnode
ReactCnodeJS
☀️React 初/中级项目,CnodeJS社区重构 (a junior project, rewrite cnodejs.org ) 🌟 DEMO:
Stars: ✭ 66 (+127.59%)
Mutual labels:  cnodejs, cnode
cnode-react
a web app for cnode.org with react + react-router + react-redux
Stars: ✭ 23 (-20.69%)
Mutual labels:  cnodejs, cnode
Noder React Native
The mobile app of cnodejs.org written in React Native
Stars: ✭ 1,995 (+6779.31%)
Mutual labels:  cnodejs
Cnodejs Ionic
The mobile app of https://cnodejs.org made by Ionic 1.x, web demo http://lanceli.com/cnodejs-ionic
Stars: ✭ 1,537 (+5200%)
Mutual labels:  cnodejs
cnode-wechat-applet
CNode community third-party WeChat mini program version
Stars: ✭ 15 (-48.28%)
Mutual labels:  cnodejs
cnodejs
基于electron的cnodejs社区桌面客户端
Stars: ✭ 28 (-3.45%)
Mutual labels:  cnodejs
noder-react-native
The mobile app of cnodejs.org written in React Native
Stars: ✭ 1,985 (+6744.83%)
Mutual labels:  cnodejs
Egg Cnode
CNode 社区 Egg 版本
Stars: ✭ 1,456 (+4920.69%)
Mutual labels:  cnode
vue-cnode
cnode build by vue2
Stars: ✭ 13 (-55.17%)
Mutual labels:  cnode
cnode-react-app
基于react的仿cnode社区项目
Stars: ✭ 17 (-41.38%)
Mutual labels:  cnode
react-cnode
👨🏻‍💻React构建的cnode社区(附详细问题说明)
Stars: ✭ 15 (-48.28%)
Mutual labels:  cnode
mpvue-cnode
mpvue实现的微信小程序版的cnode论坛
Stars: ✭ 84 (+189.66%)
Mutual labels:  cnode

cnode-vue

说明

这个项目就是用来练手Vuevue-routerVuex的。基本上就是把以前的一个cnode-react项目移植到了Vue上面。然后用webpack-dev-server做了代理,放弃了用Express重新建立一个后台。

不过,这一次区别于cnode-react,引入了类Flux的架构Vuex

同时,也预计会根据 cnodejs.org 提供的API将整个功能都做完。

用法

确保已经全局安装了Node.jswebpack-dev-serverwebpack

$ npm install
$ npm run start

然后页面会自动弹出来。

截图

  • 帖子列表页

帖子列表页

  • 帖子详情页

帖子详情页

  • 帖子评论

帖子评论

  • 登录页

登录页

  • 他人详情页

他人详情页

  • 自己详情页

自己详情页

  • 消息页

消息页

TODO

  • 帖子评论
  • 新建主题
  • 评论点赞
  • 点击未读消息可以直接跳到对应的锚点
  • 用Electron打包应用

其实鉴于手机上对于markdown的支持,我就不想做新建主题了。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].