8000 GitHub - cwy007/fakezhihu: 仿知乎网站前端实现,参考https://github.com/RexkentZheng/fakezhihu
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cwy007/fakezhihu

Repository files navigation

fakezhihu

book

《Vue.js前端开发基础与项目实战》• 郑韩京/编著

book

本地测试项目

对应的后端项目

git clone https://github.com/cwy007/fakezhihu.git
cd fakezhihu
npm install
npm run serve

项目页面

article

targetType 字段

question 没有 status
// 文章0、问题1、答案2

statuses 
targetType: {
  0: 'article',
  1: 'question',
  2: 'answer',
  3: 'comment'
}

comments 
targetType 字段
// article:0, question:1, answer: 2, comment:3

参考

About

仿知乎网站前端实现,参考https://github.com/RexkentZheng/fakezhihu

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0