{"id":16432633,"url":"https://github.com/2nthony/vuedown-loader","last_synced_at":"2026-01-21T12:02:35.629Z","repository":{"id":42999843,"uuid":"194690982","full_name":"2nthony/vuedown-loader","owner":"2nthony","description":"webpack loader to convert markdown to Vue-component","archived":false,"fork":false,"pushed_at":"2023-12-15T05:59:05.000Z","size":204,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-15T04:04:12.547Z","etag":null,"topics":["loader","markdown","marked","vuedown","webpack"],"latest_commit_sha":null,"homepage":"","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/2nthony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"evillt","open_collective":null,"ko_fi":"evillt","tidelift":null,"custom":"https://donate.evila.me"}},"created_at":"2019-07-01T14:40:32.000Z","updated_at":"2020-07-18T04:54:32.000Z","dependencies_parsed_at":"2024-10-28T15:29:36.488Z","dependency_job_id":"b157e19c-f3b5-4316-b64d-19523adb0e31","html_url":"https://github.com/2nthony/vuedown-loader","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"af4abc0ad2b08bfad18da78c855e444831c467b5"},"previous_names":["evillt/vuedown-loader"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/2nthony/vuedown-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fvuedown-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fvuedown-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fvuedown-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fvuedown-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2nthony","download_url":"https://codeload.github.com/2nthony/vuedown-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fvuedown-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["loader","markdown","marked","vuedown","webpack"],"created_at":"2024-10-11T08:43:56.833Z","updated_at":"2026-01-21T12:02:35.613Z","avatar_url":"https://github.com/2nthony.png","language":"JavaScript","funding_links":["https://patreon.com/evillt","https://ko-fi.com/evillt","https://donate.evila.me"],"categories":[],"sub_categories":[],"readme":"# vuedown-loader\n\n\u003e Webpack loader for [vuedown](https://github.com/evillt/vuedown)\n\nPlease consider starring the project to show your ❤️ and support.\n\n[![NPM version](https://badgen.net/npm/v/@evillt/vuedown-loader?icon=npm)](https://npmjs.com/package/@evillt/vuedown-loader)\n[![NPM download](https://badgen.net/npm/dm/@evillt/vuedown-loader?icon=npm)](https://npmjs.com/package/@evillt/vuedown-loader)\n[![CircleCI](https://badgen.net/circleci/github/evillt/vuedown-loader?icon=circleci)](https://circleci.com/gh/evillt/vuedown-loader/tree/master)\n[![License](https://badgen.net/npm/license/@evillt/vuedown-loader)](./LICENSE)\n[![donate](https://badgen.net/badge/support%20me/donate/f2a)](https://donate.evila.me)\n\n## Install\n\n```console\nyarn add vuedown @evillt/vuedown-loader --dev\n```\n\n## Usage\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.md$/,\n        use: [\n          {\n            loader: 'vue-loader'\n          },\n          {\n            loader: '@evillt/vuedown-loader'\n          }\n        ]\n      }\n    ]\n  }\n}\n```\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n**vuedown-loader** © [evillt](https://github.com/evillt), Released under the [MIT](./LICENSE) License.\n\nAuthored and maintained by **EVILLT** with help from contributors ([list](https://github.com/evillt/vuedown-loader/contributors)).\n\n\u003e [evila.me](https://evila.me) · GitHub [@evillt](https://github.com/evillt) · Twitter [@evillt](https://twitter.com/evillt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2nthony%2Fvuedown-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2nthony%2Fvuedown-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2nthony%2Fvuedown-loader/lists"}