gulp-transform-template-vue-regular

1.1.1 • Public • Published

gulp-transform-template-vue-regular npm

A Gulp plugin to convert vue to regular using transform-template-vue-regular

Install

$ npm install gulp-transform-template-vue-regular --save

Example

Use it with gulp

//gulpfile.js
const gulp = require('gulp')
const gulpTrans = require('gulp-transform-template-vue-regular')
 
const parseTemplateTask = ()=>{
    gulp.src(`someSrcPath/**/*.html`)
    .pipe(gulpTrans())
    .pipe(gulp.dist(`someDistPath/`))
}
parseTemplateTask()
 

Package Sidebar

Install

npm i gulp-transform-template-vue-regular

Weekly Downloads

5

Version

1.1.1

License

MIT

Unpacked Size

9.31 kB

Total Files

8

Last publish

Collaborators

  • brizer