https://github.com/ferdodo/vue-compiler-dom-cli
CLI to compile vue templates to render functions.
https://github.com/ferdodo/vue-compiler-dom-cli
build-tool vue
Last synced: 2 months ago
JSON representation
CLI to compile vue templates to render functions.
- Host: GitHub
- URL: https://github.com/ferdodo/vue-compiler-dom-cli
- Owner: ferdodo
- License: mit
- Created: 2022-03-13T12:27:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T14:13:19.000Z (over 2 years ago)
- Last Synced: 2025-06-10T10:10:22.486Z (about 1 year ago)
- Topics: build-tool, vue
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/vue-compiler-dom-cli
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-compiler-dom-cli
[](https://snyk.io/test/npm/vue-compiler-dom-cli)
## Install
[npm package](https://www.npmjs.com/package/vue-compiler-dom-cli)
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"]