/vue-cnode

基于Cnodejs提供的api,重写cnode社区

Primary LanguageVue

cnode社区

基于Cnodejs提供的api,重写cnode社区

技术栈:vue.js + vue-cli + vuex +vue-router + axios + ES6 + elementUI

预览地址:https://mingzihhh.github.io/vue-cnode/dist/#/

实现功能:

  • 首页列表,分页加载
  • 按标签查看
  • 查看文章详情和评论
  • 用户信息
  • 查看个人主页
  • 消息提醒
  • 查看消息列表
  • 收藏文章
  • 取消收藏
  • 登陆,刷新可保持登陆状态
  • 退出
  • 关于

Build Setup

# 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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.