{"id":20389171,"url":"https://github.com/daidr/vue-mark","last_synced_at":"2026-02-14T00:08:41.807Z","repository":{"id":220117425,"uuid":"750624276","full_name":"daidr/vue-mark","owner":"daidr","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-11T13:00:18.000Z","size":198,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-01T21:44:03.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/daidr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2024-01-31T01:46:24.000Z","updated_at":"2024-08-11T13:00:10.000Z","dependencies_parsed_at":"2024-02-03T18:34:53.811Z","dependency_job_id":"a31cf982-4768-4bb1-a7f2-054c282d011a","html_url":"https://github.com/daidr/vue-mark","commit_stats":null,"previous_names":["daidr/vue-mark"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/daidr/vue-mark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daidr%2Fvue-mark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daidr%2Fvue-mark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daidr%2Fvue-mark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daidr%2Fvue-mark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daidr","download_url":"https://codeload.github.com/daidr/vue-mark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daidr%2Fvue-mark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273935048,"owners_count":25193872,"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-09-06T02:00:13.247Z","response_time":2576,"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":[],"created_at":"2024-11-15T03:16:06.830Z","updated_at":"2025-09-19T00:10:56.924Z","avatar_url":"https://github.com/daidr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Mark\n\n提供了一个便捷的API，将 markdown 快速转换为 VNodes，支持使用自定义 Vue.js (3.0+) 组件。\n\n## 安装\n\n```bash\n# use npm\nnpm install @vuemark/core\n\n# use yarn\nyarn add @vuemark/core\n\n# use pnpm\npnpm add @vuemark/core\n```\n\n## 开箱即用\n\n```vue\n\u003cscript setup lang=\"ts\"\u003e\nconst markdownText = ref('# Hello, Vue Mark!')\n\nconst { VueMarkContent, FootnoteContent, hasFootnote } = useVueMark(markdownText)\n\u003c/script\u003e\n\n\u003ctemplate\u003e\n  \u003cdiv\u003e\n    \u003cVueMarkContent /\u003e\n    \u003cFootnoteContent v-if=\"hasFootnote\" /\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n```\n\n## 贡献\n\n如果你有任何问题或者建议，欢迎提 [Issue](https://github.com/daidr/vue-mark/issues) 或者 [PR](https://github.com/daidr/vue-mark/pulls)。\n\n### 开发\n\n\u003e [!WARNING]\n\u003e 请使用 `pnpm` 作为你的包管理器。\n\n\u003e [!TIP]\n\u003e 建议使用 VS Code 进行开发，并安装推荐插件，默认情况下会自动启动 ESLint 并根据规则进行代码格式化。\n\n```bash\n# 安装依赖\npnpm install\n\n# 启动开发环境\npnpm dev\n\n# 构建\npnpm build\n```\n\n### 测试\n\nTODO\n\n### 规范\n\nTODO\n\n## 自定义组件\n\nTODO\n\n## API\n\nTODO\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaidr%2Fvue-mark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaidr%2Fvue-mark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaidr%2Fvue-mark/lists"}