{"id":16751686,"url":"https://github.com/kevinmint55/vue-castle","last_synced_at":"2025-10-10T03:38:03.973Z","repository":{"id":37903001,"uuid":"266539633","full_name":"KevinMint55/vue-castle","owner":"KevinMint55","description":"以vue-willtable为核心编辑组件，开发的实时共享表格编辑系统","archived":false,"fork":false,"pushed_at":"2023-01-06T06:50:40.000Z","size":3953,"stargazers_count":12,"open_issues_count":24,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T05:51:15.047Z","etag":null,"topics":["socket-io","vue","vue-willtable","vue2"],"latest_commit_sha":null,"homepage":"https://castle.willwuwei.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KevinMint55.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":"2020-05-24T12:48:54.000Z","updated_at":"2024-12-05T09:16:23.000Z","dependencies_parsed_at":"2023-02-05T14:01:32.695Z","dependency_job_id":null,"html_url":"https://github.com/KevinMint55/vue-castle","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/KevinMint55%2Fvue-castle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMint55%2Fvue-castle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMint55%2Fvue-castle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinMint55%2Fvue-castle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinMint55","download_url":"https://codeload.github.com/KevinMint55/vue-castle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880451,"owners_count":20525507,"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":["socket-io","vue","vue-willtable","vue2"],"created_at":"2024-10-13T02:44:37.900Z","updated_at":"2025-10-10T03:37:58.941Z","avatar_url":"https://github.com/KevinMint55.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"### 前言\n\n在闲余时间自己折腾了一个 [可编辑的表格组件](https://github.com/KevinMint55/vue-willtable)，于是基于编辑组件又开发了该实时共享编辑表格系统。\n\n[Demo](https://castle.willwuwei.com/)\n\n[后台项目地址](https://github.com/KevinMint55/node-castle)\n\n### 部分截图\n\n#### 团队与项目列表\n\n![image](https://qiniu.willwuwei.com/castle-list.png)\n\n#### 表格与视图列表以及编辑表格\n\n![image](https://qiniu.willwuwei.com/castle-view.png)\n\n### 技术栈\n\nVue2 + Vuex + Vue-router + Webpack + axios + less + flex + socket.io\n\n### 开发指南\n\n``` bash\n# install dependencies\nnpm install / yarn\n\n# serve with hot reload at localhost:2003\nnpm run dev / yarn dev\n\n# build for production with minification\nnpm run build / yarn build\n```\n\n### 项目目录结构\n\n```\n  castle                             # 项目名称\n  │\n  ├── dist                           # 生成的打包文件\n  │\n  ├── projectConfig\n  │   └── index.js                   # 项目配置文件\n  │\n  ├── node_modules                   # 编译依赖的模块\n  │\n  ├── scripts                        # 编译打包构建文件\n  │\n  ├── src                            # 源码目录\n  │  ├── assets                      # 资源目录\n  │  ├── core                        # 核心文件目录\n  |  |  ├── apis                     # api列表\n  |  |  ├── directives               # 自定义指令\n  |  |  ├── ajax.js                  # 请求拦截器与请求方法\n  |  |  ├── element.js               # 按需引用element UI组件\n  |  |  ├── index.js                 # 统一输出引用\n  |  |  └── utils.js                 # 通用工具方法\n  │  ├── static                      # 静态文件\n  │  ├── router                      # 路由目录\n  │  ├── store                       # 状态管理目录\n  │  ├── style                       # 样式目录\n  │  ├── views                       # 页面目录\n  │  ├── App.vue                     # 挂载实例\n  │  ├── favicon.ico                 # 页面icon图标  \n  │  ├── index.html                  # 页面HTML文件\n  │  └── main.js                     # 入口文件\n  │\n  ├── .gitignore                     # git文件忽略\n  ├── .gitlab-ci.yml                 # gitlab ci配置文件\n  ├── package.json                   # 项目依赖配置\n  └── READMEAD.md                    # 开发说明\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinmint55%2Fvue-castle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinmint55%2Fvue-castle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinmint55%2Fvue-castle/lists"}