{"id":22709651,"url":"https://github.com/kena0ki/esbuild-plugin-vue-iii","last_synced_at":"2026-04-18T15:33:36.668Z","repository":{"id":57227367,"uuid":"365751803","full_name":"kena0ki/esbuild-plugin-vue-iii","owner":"kena0ki","description":"A esbuild plugin for vue 3 SFC files.","archived":false,"fork":false,"pushed_at":"2021-09-13T16:57:38.000Z","size":1855,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T17:08:32.074Z","etag":null,"topics":["esbuild","esbuild-plugin","plugin","sfc","single-file-components","typescript","vue","vue3"],"latest_commit_sha":null,"homepage":"","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/kena0ki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-09T12:51:09.000Z","updated_at":"2022-07-19T17:24:00.000Z","dependencies_parsed_at":"2022-08-24T16:21:10.476Z","dependency_job_id":null,"html_url":"https://github.com/kena0ki/esbuild-plugin-vue-iii","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kena0ki%2Fesbuild-plugin-vue-iii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kena0ki%2Fesbuild-plugin-vue-iii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kena0ki%2Fesbuild-plugin-vue-iii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kena0ki%2Fesbuild-plugin-vue-iii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kena0ki","download_url":"https://codeload.github.com/kena0ki/esbuild-plugin-vue-iii/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246244538,"owners_count":20746463,"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":["esbuild","esbuild-plugin","plugin","sfc","single-file-components","typescript","vue","vue3"],"created_at":"2024-12-10T11:10:53.120Z","updated_at":"2026-04-18T15:33:36.614Z","avatar_url":"https://github.com/kena0ki.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esbuild-plugin-vue-iii\nThis is a `esbuild` plugin for vue 3 SFC files (.vue).  \nThis plugin is based on the `@vitejs/plugin-vue` internal modules, whose interface is tweaked to suit for `esbuild`.  \n[`\u003cscript setup\u003e`](https://v3.vuejs.org/api/sfc-script-setup.html) is supported.\n\n\n## Install\n``` sh\nnpm i -D esbuild esbuild-plugin-vue-iii\n```\n\n## Usage\n``` js\nconst build = require('esbuild').build;\nconst vue3Plugin = require('esbuild-plugin-vue-iii').vue3Plugin;\n\nbuild({\n  entryPoints: ['index.ts'],\n  bundle: true,\n  outdir: 'dist',\n  plugins: [vue3Plugin()],\n}).catch(() =\u003e process.exit(1));\n```\n\n## Not (yet) supported\n - Pre-Processors\n - CSS Modules  \n - ~~Template Static Asset Reference~~ -\u003e esbuild built-in options can be used for this feature. See [issue#1](https://github.com/kena0ki/esbuild-plugin-vue-iii/issues/1).\n - Custom Blocks\n - SFC Src Imports\n - Source Map\n\n## Development\n  - Main project set up\n```sh\nnpm run setup-submodule\nnpm i\n```\n  - Start the demo\n```sh\ncd demo\nnpm i\nnpm run build\nnpm run serve\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkena0ki%2Fesbuild-plugin-vue-iii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkena0ki%2Fesbuild-plugin-vue-iii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkena0ki%2Fesbuild-plugin-vue-iii/lists"}