Skip to content

xiaoyann/wxml-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WXML Specification (WIP)

WXML(WeiXin Markup Language)是微信团队设计的一个类似 XML 的标签语言,用于微信小程序开发。这份规范并非出自微信官方,而是严重参考了 Facebook JSX 进行设计的。

// WXML
<view wx:if="{{visible}}" bindtap="ontap">
  <text>Hello World !</text>
</view>

License

MIT