vv-gui

0.0.72 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i vv-gui

Weekly Downloads

2

Version

0.0.72

License

MIT

Unpacked Size

108 MB

Total Files

716

Last publish

Collaborators

  • vasilev.v.vitalii