{"id":31970719,"url":"https://github.com/sahadev/vue-component-creater-ui","last_synced_at":"2025-10-14T19:19:08.986Z","repository":{"id":37696947,"uuid":"403573016","full_name":"sahadev/vue-component-creater-ui","owner":"sahadev","description":"拖拽式Vue组件代码生成编辑器（VCC）","archived":false,"fork":false,"pushed_at":"2024-09-12T02:42:31.000Z","size":2110,"stargazers_count":759,"open_issues_count":5,"forks_count":207,"subscribers_count":9,"default_branch":"vue3","last_synced_at":"2024-09-12T12:26:07.600Z","etag":null,"topics":["drag","draggable","low-code","vue-components","vuejs"],"latest_commit_sha":null,"homepage":"https://vcc3.surge.sh/","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/sahadev.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-06T10:04:38.000Z","updated_at":"2024-09-12T02:42:35.000Z","dependencies_parsed_at":"2024-09-12T12:03:33.366Z","dependency_job_id":"a00ccc36-a0a5-46a2-befe-eac287692320","html_url":"https://github.com/sahadev/vue-component-creater-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sahadev/vue-component-creater-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahadev%2Fvue-component-creater-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahadev%2Fvue-component-creater-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahadev%2Fvue-component-creater-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahadev%2Fvue-component-creater-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahadev","download_url":"https://codeload.github.com/sahadev/vue-component-creater-ui/tar.gz/refs/heads/vue3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahadev%2Fvue-component-creater-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020654,"owners_count":26086895,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["drag","draggable","low-code","vue-components","vuejs"],"created_at":"2025-10-14T19:19:04.010Z","updated_at":"2025-10-14T19:19:08.972Z","avatar_url":"https://github.com/sahadev.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VCC 3\n\nVCC(Vue Compontent Creator)是 Low Code Generator 中独立的 Vue 组件代码编辑器。可以独立运行。当前你看到的是基于 Vue3 的 VCC 3 版本。\n\n**通过它可以通过拖拽快速完成 Vue 组件代码骨架的搭建。详见后文视频介绍链接。**\n\n\u003e 点击这里快速预览效果：[https://vcc3.surge.sh/](https://vcc3.surge.sh/) 当前已经升级至 Vue3 + Vite。\n\n#### 使用示例\n\n请移步至使用 Demo：[https://github.com/sahadev/vcc3-use-demo](https://github.com/sahadev/vcc3-use-demo)\n\n## 本地如何运行此项目\n\n首先进行安装:\n\n```sh\nnpm i\n```\n\n再进行启动(Vite):\n\n```\nnpm run dev\n```\n\n运行完成后，就可以访问[http://localhost:9818/](http://localhost:9818/)预览效果了.\n\n## 使用介绍\n\n此前在 B 站上录了两段视频。可以通过这两段视频简单了解如何使用它:\n[【拖拽式Vue组件代码生成平台(LCG)介绍视频】 https://www.bilibili.com/video/BV17h411f7g2/)\n[【拖拽式Vue组件代码生成平台(LCG)介绍视频】 https://www.bilibili.com/video/BV17h411f7g2/)\n\n### 说明文档\n\n[https://vcc3-docs.surge.sh/#/](https://vcc3-docs.surge.sh/#/)\n\n### 功能更新日志\n\n- 2022 年 03 月 16 日 支持生成单页 Html，支持 Vue2 以及 Vue3，并支持一键部署至 VCC 服务器。\n- 2023 年 12 月 06 日 更新 Element 组件库版本、更新 Vue 框架版本。\n\n### 核心仓库\n\nVCC 依赖于一个核心的代码转换库：[vue-component-code-creater](https://github.com/sahadev/vue-component-code-creater)，通过这个库来完成 Vue 文件的解析和 Vue 文件的生成。如果需要更改核心实现，可通过此库提供的源码进行修改。\n\n## 贡献\n\n1. Fork 仓库\n2. 创建分支 (`git checkout -b my-new-feature`)\n3. 提交修改 (`git commit -am 'Add some feature'`)\n4. 推送 (`git push origin my-new-feature`)\n5. 创建 PR\n\n## 欢迎 fork 和反馈\n\n如有建议或意见，欢迎在 github [issues](https://github.com/sahadev/vue-component-creater-ui/issues) 区提问\n\n## 协议\n\n本仓库遵循 [MIT 协议](http://www.opensource.org/licenses/MIT)\n\n## 有疑问？\n\n可以通过sahadev@foxmail.com给我发送邮件，我会及时回复的。\n\n或者加群和大家一起讨论吧! 可以加我微信：SAHADEV-smile，我拉你入群。加我微信时请备注 VCC。\n\n另外我也特别希望可以和大家一起做这个项目。这个项目目前主要面对的是前端开发者。后期可以面向后端开发者与产品与 UE。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahadev%2Fvue-component-creater-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahadev%2Fvue-component-creater-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahadev%2Fvue-component-creater-ui/lists"}