{"id":22847738,"url":"https://github.com/evans-kim/vueuv","last_synced_at":"2025-07-31T13:02:00.069Z","repository":{"id":51278108,"uuid":"312169639","full_name":"evans-kim/vueuv","owner":"evans-kim","description":"Vue User-friendly Editor Used only Vue","archived":false,"fork":false,"pushed_at":"2024-03-26T22:03:27.000Z","size":21380,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-18T06:38:09.752Z","etag":null,"topics":["cms","html-editor","vue-editor","wysiwyg-html-editor"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/evans-kim.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,"zenodo":null}},"created_at":"2020-11-12T04:43:52.000Z","updated_at":"2021-06-29T02:39:48.000Z","dependencies_parsed_at":"2025-04-30T03:59:47.180Z","dependency_job_id":null,"html_url":"https://github.com/evans-kim/vueuv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evans-kim/vueuv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evans-kim%2Fvueuv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evans-kim%2Fvueuv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evans-kim%2Fvueuv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evans-kim%2Fvueuv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evans-kim","download_url":"https://codeload.github.com/evans-kim/vueuv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evans-kim%2Fvueuv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268043378,"owners_count":24186397,"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-07-31T02:00:08.723Z","response_time":66,"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":["cms","html-editor","vue-editor","wysiwyg-html-editor"],"created_at":"2024-12-13T04:09:21.064Z","updated_at":"2025-07-31T13:01:59.758Z","avatar_url":"https://github.com/evans-kim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VUEUV : Vue User-friendly Editor Used by Vue\n\n## VUEUV 는 무엇입니까?\n\n- Vue 로 만든 WYSIWYG HTML 에디터 입니다.\n\n## 이미 많은 에디터가 있는데 왜 VUEUV 를 써야 하죠?\n\n- Vueuv는 기존의 자바스크립트 에디터를 랩핑한 것이 아니라, 순전히 vue component 의 조합으로 만들어졌습니다.\n  - 당신이 가진 Vue 컴포넌트를 아주 쉽게 에디터에 삽입할 수 있습니다. 캐로젤 컴포넌트든지 삽입할 수 있으며 당신이 원하는 컨트롤 핼퍼를 제공할 수 있습니다.\n  - 에디터는 뷰 컴포넌트의 조합이므로 어떤 컴포넌트든지 꺼내어 쉽게 커스터마이즈할 수 있습니다. 즉, 각 파트별로 당신의 프로젝트에 주입하여 당신만의 에디터를 구성하기 수월합니다.\n  - 주요한 컴포넌트들은 모두 vue-decorator-property를 이용한 typescript 로 구성되어 있어 개발 접근성이 좋습니다.\n\n- Editors.js 와 같이 하나의 트리구조로 통일된 리액티브 모델을 조작하는 것으로 간단하게 업데이트 할 수 있습니다.\n  - 이러한 리액티브 트리구조는 데이터 컨트롤이 쉬워집니다. 외부에서 에디터 내부를 변경하기 위해서 어떤 학습이나 구조의 파악이 필요 없고 값을 직접 변경해주기만 하면 됩니다.\n\n- Vueuv는 사용자가 자신이 만든 결과물의 일부분을 저장하는 기능을 제공합니다.\n  - 개발자가 제공한 컨덴츠의 스타일을 마음대로 변경하고 이를 조합하여 하나의 템플릿으로 저장하면 이후에 사용자가 이를 불러와 쓸 수 있습니다.  \n  - 즉, 개발자는 기능만 제공하면 되고 스타일은 사용자가 마음대로 변형하니 개발자가 만든 컴포넌트의 여백,마진,색상을 바꾸어줄 수고가 줄어 듭니다.\n\n## 데모페이지\n\n- https://evans-kim.github.io/vueuv\n  \n## 주의사항\n\n- 정식 릴리즈가 아니므로 내부의 코드가 사전에 안내없이 바뀔 수 있습니다.\n\n## 설치방법\n\n```\nnpm install\n```\n\n### Compiles and hot-reloads for development\n\n```\nnpm run serve\n```\n\n### Compiles and minifies for production\n\n```\nnpm run build\n```\n\n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevans-kim%2Fvueuv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevans-kim%2Fvueuv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevans-kim%2Fvueuv/lists"}