grunt-vuecc
🐗 Grunt task for unofficial Vue component compiler.
Install:
First install vuecc globally:
$ npm install -g vuecc-compiler
Then:
$ npm install --save-dev grunt-vuecc
Usage:
module { grunt; grunt; grunt;};
Options:
- options: Object : Object containing the following options:
- src: string : File path or file path with wildcard(s) (Mandatory option).
- header: boolean : Generate commented header for output (default: true).
- references: string[]: Array of TypeScript reference path includes (default: []).
- verbose: boolean : Display console output for invocation (default: false).
- inputExt: string : File extension to use for input (default: .vue.ts).
- outputExt: string : File extension to use for output (default: .ts).