{"id":15506103,"url":"https://github.com/chenjiahan/vue-render-loader","last_synced_at":"2026-04-10T22:50:22.036Z","repository":{"id":66188686,"uuid":"82512204","full_name":"chenjiahan/vue-render-loader","owner":"chenjiahan","description":"Vue2 render loader for webpack","archived":false,"fork":false,"pushed_at":"2017-03-08T07:37:50.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-08T21:49:10.149Z","etag":null,"topics":["render","template","vue","webpack"],"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/chenjiahan.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}},"created_at":"2017-02-20T03:21:12.000Z","updated_at":"2017-05-05T04:08:57.000Z","dependencies_parsed_at":"2023-02-25T06:45:22.465Z","dependency_job_id":null,"html_url":"https://github.com/chenjiahan/vue-render-loader","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chenjiahan/vue-render-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenjiahan%2Fvue-render-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenjiahan%2Fvue-render-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenjiahan%2Fvue-render-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenjiahan%2Fvue-render-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chenjiahan","download_url":"https://codeload.github.com/chenjiahan/vue-render-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenjiahan%2Fvue-render-loader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261231268,"owners_count":23127970,"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":["render","template","vue","webpack"],"created_at":"2024-10-02T09:25:34.923Z","updated_at":"2026-04-10T22:50:17.009Z","avatar_url":"https://github.com/chenjiahan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-render-loader\nVue2 render loader for webpack2 \u0026\u0026 typescript2.\n\n### Example\ncomponent.html\n``` html\n\u003cdiv\u003e{{ text }}\u003c/div\u003e\n```\n\ncomponent.ts\n``` typescript\nimport render from './component.html';\nimport { Vue, Component } from 'vue-class'; \n\n@Component({ \n  render,\n  props: ['text']\n})\nexport default class MyComponent extends Vue {}\n```\n\n### Webpack config\n``` javascript\nmodule.exports = {\n  module: {\n    rules: [\n      { test: /\\.html$/, use: 'vue-render-loader' }\n    ]\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenjiahan%2Fvue-render-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenjiahan%2Fvue-render-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenjiahan%2Fvue-render-loader/lists"}