vue-compiler-dom-cli

0.2.2 • Public • Published

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"]

/vue-compiler-dom-cli/

    Package Sidebar

    Install

    npm i vue-compiler-dom-cli

    Weekly Downloads

    1

    Version

    0.2.2

    License

    MIT

    Unpacked Size

    38.3 kB

    Total Files

    9

    Last publish

    Collaborators

    • ferdodo