@vnxjs/vnmfize
v3.5.66
Published
Convert native WeChat applet code to Vnmf code
Downloads
4
Readme
@vnxjs/vnmfize
Native applet to Vnmf converter exposed to @vnxjs/cli/convert
.
Core API
parse(options)
Parse the applet source files into React/Vue components,
options
interface Option {
json?: string, // applet configuration file
script?: string, // JavaScript file of the applet
wxml?: string, // wxml file
path: string, // current page path
rootPath: string // root directory path
}