List of standard WXML tags
npm install wxml-tags
const wxmlTags = require('wxml-tags')
console.log(wxmlTags)
// [ 'view', 'scroll-view', ... ]
void tags
const voidWxmlTags = require('wxml-tags/void');
console.log(voidWxmlTags)
// ['icon', 'progress', ... ]
git clone git@github.com:kimochg/wxml-tags.git
cd wxml-tags
node examples/
MIT © Cheng Liu