@omni-door/gulp-plugin-vue-sfc
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@omni-door/gulp-plugin-vue-sfc

English | 简体中文

Quick start

Install

yarn add -D @omni-door/gulp-plugin-vue-sfc

Usage

In gulpfile.js:

import { src, dest } from 'gulp';
import VueSFCPlugin from '@omni-door/gulp-plugin-vue-sfc';

function compileVueSFC() {
  return src('./src/**/*.vue')
    .pipe(VueSFCPlugin())
    .pipe(dest('./dist'))
}

Dev

For debugging or maintenance, you can clone the whole git repository and run the project.

git clone --depth 1 git@github.com:omni-door/gulp-plugin-vue-sfc.git

cd gulp-plugin-vue-sfc

yarn && yarn dev

More Detials

Package Sidebar

Install

npm i @omni-door/gulp-plugin-vue-sfc

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

31.3 kB

Total Files

12

Last publish

Collaborators

  • bobby.li