0.9.9 • Published 7 years ago

wxj-cli v0.9.9

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

wxj-cli

使用说明

  • npm install -g wxj-cli (已完成)
  • wxj-cli create (template) (name) "template是github上面的user/repo ,name是文件夹名 (已完成)
  • cd (name) && wxj-cli compile (type) 将当前模板编译成目标模板,type可以为vue,react,wxxcx.... (未开发)

cli命令

  • npm install -g wxj-cli
  • wxj-cli create (template) (name)
  • cd (name)
  • wxj-cli build

template编译内容(demo)

  • 将@click变为wx:tap
  • {{name}}编译为{{name}}
  • <div w:class="{hello:isHe}"></div>转换
  • <div w:style="{'font-size':'12px','color':'#eee'}"></div>转换

转换内容

  • compontent 转换需要通过key和name对应?或者直接传props
  • .js文件通过字符串匹配
0.9.9

7 years ago

0.9.8

7 years ago

0.9.7

7 years ago

0.9.6

7 years ago

0.9.5

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago