{"id":17857221,"url":"https://github.com/kouts/vuepress-plugin-vue-example","last_synced_at":"2025-03-20T14:31:12.027Z","repository":{"id":40454641,"uuid":"338397070","full_name":"kouts/vuepress-plugin-vue-example","owner":"kouts","description":"A Vuepress plugin to display Vue components' live examples and source code inside documentation.","archived":false,"fork":false,"pushed_at":"2024-08-22T08:23:32.000Z","size":2306,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"next","last_synced_at":"2025-03-08T21:03:51.177Z","etag":null,"topics":["code","example","vue","vuepress","vuepress-plugin"],"latest_commit_sha":null,"homepage":"https://next--vuepress-plugin-vue-example.netlify.app/","language":"JavaScript","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/kouts.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}},"created_at":"2021-02-12T18:13:45.000Z","updated_at":"2024-10-13T03:56:41.000Z","dependencies_parsed_at":"2024-06-19T11:24:26.547Z","dependency_job_id":"137b5f43-a7f9-428e-a51c-26907cb62f69","html_url":"https://github.com/kouts/vuepress-plugin-vue-example","commit_stats":{"total_commits":84,"total_committers":2,"mean_commits":42.0,"dds":0.0714285714285714,"last_synced_commit":"373c555da50cec7a87293f748afe8a4056240c04"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kouts%2Fvuepress-plugin-vue-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kouts%2Fvuepress-plugin-vue-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kouts%2Fvuepress-plugin-vue-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kouts%2Fvuepress-plugin-vue-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kouts","download_url":"https://codeload.github.com/kouts/vuepress-plugin-vue-example/tar.gz/refs/heads/next","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244075615,"owners_count":20393979,"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":["code","example","vue","vuepress","vuepress-plugin"],"created_at":"2024-10-28T03:11:58.073Z","updated_at":"2025-03-20T14:31:09.650Z","avatar_url":"https://github.com/kouts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vuepress-plugin-vue-example\n\n---\n\n:fire: **HEADS UP!** You're currently looking at vuepress-plugin-vue-example `next` branch for **Vuepress 2**.\n\nIf you're looking for a Vuepress 1 compatible version of vuepress-plugin-vue-example, [please check out the `master` branch](https://github.com/kouts/vuepress-plugin-vue-example/tree/master).\n\n---\n\nA [Vuepress 2](https://v2.vuepress.vuejs.org/) plugin to display Vue components' live examples and source code inside documentation.\n\n## Features\n\n- Easy to use, with just a single `vue-example` tag inside `.md` or `.vue` files\n- Uses `prismjs` for syntax highlighting\n- Displays a fully-working live example\n- Splits source code in separate sections for `template` `script` and `style`\n- Capability to strip comments from the source code\n- Capability to add custom code before each section using slots\n- Includes expand/collapse feature in order to save space\n\n## Browsers support\n\n| [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"Edge\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eEdge | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eFirefox | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eChrome | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eSafari | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png\" alt=\"Opera\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003cbr/\u003eOpera |\n| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Edge                                                                                                                                                                                                  | last 2 versions                                                                                                                                                                                                   | last 2 versions                                                                                                                                                                                               | last 2 versions                                                                                                                                                                                               | last 2 versions                                                                                                                                                                                           |\n\nDocumentation and examples\nhttps://next--vuepress-plugin-vue-example.netlify.app/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkouts%2Fvuepress-plugin-vue-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkouts%2Fvuepress-plugin-vue-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkouts%2Fvuepress-plugin-vue-example/lists"}