Migration from *.we file to *.vue file.
npm install weex-vue-migration
Usage: weex-vue-migrate [options] <file...>
Options:
-h, --help output usage information
-V, --version output the version number
-e, --entry [path] entry files, separated by comma `,`
-o, --output [path] output file dirname
var migrater = require('weex-vue-migration')
var result = migrater.transform(weexCode)
params:
weexCode
: string, weex DSL code
returns:
result
: object, resultcontent
: string, vue DSL codeelements
: array, list of elements objectname
: string, name of<element>
content
: string, vue DSL code of<element>
GPL-3.0
Mission:
Babel plugins: