weex-vue-migration
v0.2.5
Published
migration from *.we file to *.vue file
Downloads
26
Readme
weex-vue-migration
Migration from *.we file to *.vue file.
Install
npm install weex-vue-migration
Usage
CLI tool
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
API
transform(weexCode, isEntry)
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>
License
GPL-3.0
References
Mission:
- https://github.com/weexteam/weex-vue-framework/issues/9
- https://github.com/weexteam/weex-vue-framework/issues/4
Babel plugins:
- http://babeljs.io/docs/usage/api/
- https://github.com/babel/babel/tree/master/packages/babel-types
- https://github.com/thejameskyle/babel-handbook/blob/master/translations/zh-Hans/README.md