1.0.5 • Published 6 years ago

wxml-transpiler v1.0.5

Weekly downloads
28
License
MIT
Repository
github
Last release
6 years ago

wxml-transpiler

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

Usage

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

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

const res = compiler.wxmlCompile(fileList)

Liscense

MIT

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago