3.5.66 • Published 3 years ago

@vnxjs/vnmfize v3.5.66

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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
}