0.2.2 • Published 7 months ago

vue-compiler-dom-cli v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

vue-compiler-dom-cli

Install

npm package

npm i -g vue-compiler-dom-cli

Usage

vue-compiler-dom

Compile vue templates to render functions.

Options:
  --help                   Show help                                   [boolean]
  --version                Show version number                         [boolean]
  --infile                 Template file to be compiled      [string] [required]
  --outfile                Destination file                  [string] [required]
  --custom-element-regexp  Regular expression to match custom elements  [string]
  --mode                   Generate an module exporting the render function or a
                           simple function
                  [string] [choices: "module", "function"] [default: "function"]