Gulp plugin that transpiles Vue single-file components (SFCs) using vue-property-decorator-transpiler into a single HTML and JS bundle. It collects all .vue files from a components directory, inlines them into an initial .html template, and outputs one .html and one .js file. Current stable version is 1.0.5. Released occasionally with bug fixes only.
npm install gulp-vue-property-decorator-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic Gulp task using the plugin to transpile Vue SFCs and output single HTML+JS bundle with minification.
Always use gulp.src with a single HTML file entry point.
Ensure componentsDir directory exclusively contains .vue files.
Consider switching to Vue CLI or Vite for Vue SFC compilation.
Use default import: import gvpd from 'gulp-vue-property-decorator-transpiler'
Run: npm install vue-property-decorator-transpiler --save-dev