{"id":13433461,"url":"https://github.com/jackhutu/jackblog-vue","last_synced_at":"2025-05-16T01:07:25.347Z","repository":{"id":73955824,"uuid":"51818825","full_name":"jackhutu/jackblog-vue","owner":"jackhutu","description":"Jackblog vue 版, 个人博客系统,  使用 vue2, vuex, vue-resource, vue-router, vee-validate, vue-toast 等.","archived":false,"fork":false,"pushed_at":"2019-11-14T08:58:52.000Z","size":2527,"stargazers_count":1939,"open_issues_count":2,"forks_count":454,"subscribers_count":99,"default_branch":"master","last_synced_at":"2025-04-08T12:06:17.909Z","etag":null,"topics":["jackblog","vee-validate","vue","vue-resource","vue-toast","vuex"],"latest_commit_sha":null,"homepage":"http://vue.jackhu.top","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/jackhutu.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-02-16T08:07:57.000Z","updated_at":"2025-04-02T07:31:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"20d33693-40da-4e58-ab61-d1ffe14f01d1","html_url":"https://github.com/jackhutu/jackblog-vue","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackhutu%2Fjackblog-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackhutu%2Fjackblog-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackhutu%2Fjackblog-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackhutu%2Fjackblog-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackhutu","download_url":"https://codeload.github.com/jackhutu/jackblog-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448579,"owners_count":22072764,"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":["jackblog","vee-validate","vue","vue-resource","vue-toast","vuex"],"created_at":"2024-07-31T02:01:26.198Z","updated_at":"2025-05-16T01:07:20.263Z","avatar_url":"https://github.com/jackhutu.png","language":"Vue","funding_links":[],"categories":["Vue","应用实例"],"sub_categories":[],"readme":"# Jackblog Vue 版\n[![Dependency Status](https://david-dm.org/jackhutu/jackblog-vue.svg)](https://david-dm.org/jackhutu/jackblog-vue) \n[![devDependency Status](https://david-dm.org/jackhutu/jackblog-vue/dev-status.svg)](https://david-dm.org/jackhutu/jackblog-vue#info=devDependencies)  \n\nJackblog 是使用 Node.js + MongoDB + 其它客户端框架开发的个人博客系统,前后端分离,仿简书模板.    \n服务端有: [express 版](https://github.com/jackhutu/jackblog-api-express) , [koa 版](https://github.com/jackhutu/jackblog-api-koa)         \n客户端有: [angular1.x 版](https://github.com/jackhutu/jackblog-angular1) , [angular2.x 版](https://github.com/jackhutu/jackblog-angular2) , [react 版](https://github.com/jackhutu/jackblog-react) , [vue 版](https://github.com/jackhutu/jackblog-vue)    \n移动端有: [react native 版](https://github.com/jackhutu/jackblog-react-native-redux), [ionic2.0 版](https://github.com/jackhutu/jackblog-ionic2)      \n##### 此为客户端vue版, 需要配合服务端使用. \n\n\u003e 服务端任选一种, 请预先安装并启动服务端\n\n## 开发\n\n```\n$ git clone git@github.com:jackhutu/jackblog-vue.git\n$ cd jackblog-vue\n$ npm install\n$ npm run dev\n```\n在浏览器中自动打开 http://localhost:3000\n\n## 调试\n- 默认开启 vue-devtools [chrome浏览器扩展](https://github.com/vuejs/vue-devtools), 生产环境自动关闭\n\n### 目录结构\n\n```\n.\n├── README.md           \n├── dist                     // 项目build目录\n├── logs                     // 生产环境日志目录\n├── src                      // 生产目录\n│   ├── api                  // API 请求\n│   ├── assets               // css 和图片资源\n│   ├── components           // 组件\n│   ├── utils                // 工具函数\n│   └── store            \t\t // vuex相关文件, store,action\n│   └── config.js            // api url, cookie domain等配置文件\n│   └── index.html           // 主页html\n│   └── routes.js            // 路由配置\n│   └── index.js             // 入口文件\n├── .babelrc                 // babel配置\n├── .eslintrc.json           // eslint配置\n├── History.md               // 更新日志\n├── process.json             // pm2配置文件\n├── server.js                // 生产环境启动server\n├── webpack.config.js        // Webpack 配置文件\n```\n\n## 生产环境构建  \n \n```\n$ npm run build\n```\n\n## 线上布署\n```\n$ pm2 start process.json\n```\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackhutu%2Fjackblog-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackhutu%2Fjackblog-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackhutu%2Fjackblog-vue/lists"}