{"id":13634590,"url":"https://github.com/crywolfx/vueCnode","last_synced_at":"2025-04-18T23:32:25.464Z","repository":{"id":106084195,"uuid":"94012493","full_name":"crywolfx/vueCnode","owner":"crywolfx","description":"基于vue2.0实现cnode社区","archived":false,"fork":false,"pushed_at":"2022-11-08T03:19:52.000Z","size":831,"stargazers_count":8,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-02T00:20:55.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crywolfx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-11T15:09:29.000Z","updated_at":"2020-01-09T03:11:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d95c3dd-9706-4fed-8e21-9b10f163c3be","html_url":"https://github.com/crywolfx/vueCnode","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/crywolfx%2FvueCnode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crywolfx%2FvueCnode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crywolfx%2FvueCnode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crywolfx%2FvueCnode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crywolfx","download_url":"https://codeload.github.com/crywolfx/vueCnode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223786390,"owners_count":17202581,"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":[],"created_at":"2024-08-02T00:00:26.770Z","updated_at":"2024-11-09T04:30:52.201Z","avatar_url":"https://github.com/crywolfx.png","language":"Vue","funding_links":[],"categories":["Awesome-CNode"],"sub_categories":["Vue"],"readme":"# vuecnode\n\n\u003e Vue实现cnode社区官方api提供的所有功能。\n\n\n\n\u003cbr /\u003e \n\n## 项目预览  \n\n- 在线预览  [点我~](http://www.wxink.xyz/project/cnode)\n\n- 截图预览  \n\n \n\n![alt](http://orbmbw2o7.bkt.clouddn.com/image/blog//20170617/TUmnifjrFkSswrkp5Xwt.gif) \n\n  ![alt](http://orbmbw2o7.bkt.clouddn.com/image/blog//20170617/1Nt7bJhgeJExe0LrCj8l.gif)\n\n![alt](http://orbmbw2o7.bkt.clouddn.com/image/blog//20170617/SOwmdrOUKeZFHCjQRYxa.gif)\n\n![alt](http://orbmbw2o7.bkt.clouddn.com/image/blog//20170617/lxYjuRd9JlOOxozbtEvT.gif)\n\n![alt](http://orbmbw2o7.bkt.clouddn.com/image/blog//20170617/J74pp1VABaMhpR_pIlWD.gif)\n\n\u003cbr /\u003e  \n\n## 技术栈  \n\n- vue2.0\n\n- vue-router\n\n- vuex\n\n- axios\n\n- sass(其实就用了样式嵌套)     \n\n\u003cbr /\u003e  \n\n## 结构图\n```\n其实一开始没有设计好，应该组件和页面分开的\n|-- src                              // 源码目录  \n|   |-- api                          // 封装所有api链接\n|   |-- assets                      \n|       |-- css                      // 全局通用css\n|       |-- js                       // 全局通用js\n|       |-- svg                      // svg小图标  \n|   |-- components                   // 公共组件 \n|       |-- aside                    // 主页侧边栏\n|       |-- about                    // 关于\n|       |-- comment                  // 评论界面  \n|       |-- content\n|           |-- index.vue            // 主页\n|           |-- listBlock.vue        // 主页列表块组件  \n|       |-- footer                   // 底部导航栏公共组件  \n|       |-- toast                    // toast组件  \n|       |-- topic                    // 文章详情组件  \n|       |--  user\n|           |-- collect.vue          // 用户收藏\n|           |-- header.vue           // 用户界面header组件\n|           |-- login.vue            // 登录界面\n|           |-- messgae.vue          // 消息界面\n|           |-- personal.vue         // 用户详情主界面\n|           |-- post.vue             // 用户发表文章界面\n|           |-- replies.vue          // 用户评论界面\n|           | -- topics.vue          // 用户发表文章和参与文章公共界面\n|   |-- router                       // 路由\n|   |-- store                        // vuex\n|   |-- app.vue                      // 页面入口文件  \n|   |-- main.js  \n```      \n\u003cbr /\u003e  \n\n## 项目源码\n\n- [cnode~如果你喜欢的话就点个star吧~~~](https://github.com/crywolfx/vueCnode)\n\u003cbr /\u003e  \n## Build Setup\n\n``` bash\n\n# install dependencies\n\nnpm install\n\n\n# serve with hot reload at localhost:8080\n\nnpm run dev\n\n\n# build for production with minification\n\nnpm run build\n\n\n```\n\n---------- \n\n\u003cbr /\u003e  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrywolfx%2FvueCnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrywolfx%2FvueCnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrywolfx%2FvueCnode/lists"}