1.0.6 • Published 3 years ago

zfml-transpiler v1.0.6

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

zfml-transpiler

This package can be used to compile wxml templates.(view source code here). It works just like wcc.exe, wcc.

Usage

npm i zfml-transpiler
const compiler = require('zfml-transpiler')

const fileList = [
    './pages/index/index.wxml',
    './common/head.wxml',
    './common/foot.wxml'
  ]

const res = compiler.wxmlCompile(fileList)

Liscense

MIT

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago