0.6.1 • Published 3 years ago

wdt-compiler v0.6.1

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

wdt-compiler

小程序widget模版预编译器

  • 把wxml模版预编译成可执行的widgetDom模版函数
  • 把css文件预编译成widgetDom识别的js格式

安装

   npm install -g wdt-compiler

使用

   cd ./workplace && wdtcompile

把searchWidget目录的 .wxml后缀模版文件编译成 .compile.js 把searchWidget目录的 .css 后缀模版文件编译成 .js

todo 提供公共组件能力

思路