Install
npm i vv-gui
Use
see folder /demo
Functions
- compile(options, callback)
Typedefs
- entry_point
- type_compile
compile(options, callback)
Kind: global function
Param | Type |
---|
options | type_compile |
callback | compilator.callback_error |
entry_point
Kind: global typedef
Properties
Name | Type | Description |
---|
path_source_vue | string | path to vue component, relative path_source, example - 'demo-component1.vue' |
path_url | string | url subpath for load component, example - '/demo1' |
type_compile
Kind: global typedef
Properties
Name | Type | Description |
---|
path_source | string | folder in your project, wich contains source (e.g. *.vue) for site, example - require('path').join(__dirname, 'source') |
path_result | string | path for save result, example - require('path').join(__dirname, 'result') |
[privatekey] | string | if need add private key param in entry point html, for, exammple, aes encrypt/decrypt |
entry_points | Array.<entry_point> | |