{"id":18513434,"url":"https://github.com/fishplusorange/cnode-by-vue","last_synced_at":"2025-04-09T06:33:22.905Z","repository":{"id":42361671,"uuid":"130719320","full_name":"FishPlusOrange/cnode-by-vue","owner":"FishPlusOrange","description":":seedling: A Vue project based on CNode API.","archived":false,"fork":false,"pushed_at":"2022-12-08T02:56:17.000Z","size":2266,"stargazers_count":83,"open_issues_count":10,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T00:11:22.324Z","etag":null,"topics":["cnode","mint-ui","vue"],"latest_commit_sha":null,"homepage":"https://fishplusorange.github.io/cnode-by-vue/dist","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FishPlusOrange.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-23T15:37:52.000Z","updated_at":"2020-05-12T15:23:07.000Z","dependencies_parsed_at":"2023-01-25T03:45:42.364Z","dependency_job_id":null,"html_url":"https://github.com/FishPlusOrange/cnode-by-vue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FishPlusOrange%2Fcnode-by-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FishPlusOrange%2Fcnode-by-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FishPlusOrange%2Fcnode-by-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FishPlusOrange%2Fcnode-by-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FishPlusOrange","download_url":"https://codeload.github.com/FishPlusOrange/cnode-by-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247993164,"owners_count":21030037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cnode","mint-ui","vue"],"created_at":"2024-11-06T15:38:23.470Z","updated_at":"2025-04-09T06:33:17.885Z","avatar_url":"https://github.com/FishPlusOrange.png","language":"Vue","readme":"# CNode by Vue\n\n基于 [Vue](https://github.com/vuejs/vue) 和 [CNode API](http://cnodejs.org/api) 实现的 CNode 社区。\n\n## Preview\n\n在线预览：https://fishplusorange.github.io/cnode-by-vue/dist\n\n源代码：https://github.com/FishPlusOrange/cnode-by-vue\n\n## Features\n\n已实现的功能：\n\n- [x] 用户登录和退出：通过验证用户 accessToken  登录 CNode 社区或退出登录\n- [x] 查看话题列表和话题内容：查看不同类别的话题列表和话题内容，类别包括全部、精华、分享、问答、招聘和测试\n- [x] 评论功能：对话题进行评论\n- [x] 回复功能：对评论进行回复\n- [x] 点赞功能：点赞评论或取消点赞\n- [x] 收藏功能：收藏话题或取消收藏\n- [x] 新建话题：新建相应类别的话题\n- [x] 消息中心：未读消息数提示，查看所有未读和已读消息\n- [x] 我的收藏：查看所有收藏话题\n- [x] 用户信息：查看用户基本信息，包括个人信息、最近创建的话题和最近参与的话题\n\n## Technology\n\n主要用到的技术：\n\n- Vue：MVVM 框架，用于构建前端界面\n- Vue CLI：Vue 脚手架，用于快速搭建 Vue 项目\n- Vue Router：Vue 路由管理器，用于实现路由组件切换、参数传递等\n- Vuex：Vue 状态管理模式，采用集中式存储管理所有组件的状态，实现不同组件间的状态共享\n- Axios：基于 Promise 的 HTTP 库，用于发送异步请求\n- ES6：采用 ES6 语法，如箭头函数、Promise、模板字符串等\n- Mint UI：基于 Vue 的移动端组件库\n- Sass：CSS 预处理器，采用 Sass3 的语法规则 SCSS，提供变量、计算、嵌套、Mixin、函数等\n- CSS3：使用 CSS3 新特性，比如过渡动画等\n- Flex：弹性布局，简单适配移动端和 PC 端\n- Moment.js：JavaScript 日期处理类库，用于对日期进行格式化\n- Webpack：Vue CLI 搭建的项目基于 Webpack，在 Vue CLI 所提供的基础配置上，做了相应调整，比如 Sass 相关配置\n\n## Start\n\n```bash\n# clone with Git Bash\ngit clone https://github.com/FishPlusOrange/cnode-by-vue.git\n\n# change directory\ncd cnode-by-vue\n\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8686\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n# build for production and view the bundle analyzer report\nnpm run build --report\n```\n\n## License\n\n[MIT](https://github.com/FishPlusOrange/cnode-by-vue/blob/master/LICENSE)\n\nCopyright (c) 2018-present FishPlusOrange\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffishplusorange%2Fcnode-by-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffishplusorange%2Fcnode-by-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffishplusorange%2Fcnode-by-vue/lists"}