Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chengcyber/wxml-tags
List of standard WXML tags
https://github.com/chengcyber/wxml-tags
tags wechat wxml
Last synced: 27 days ago
JSON representation
List of standard WXML tags
- Host: GitHub
- URL: https://github.com/chengcyber/wxml-tags
- Owner: chengcyber
- License: mit
- Created: 2018-02-02T06:50:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T09:58:42.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T17:12:38.951Z (6 months ago)
- Topics: tags, wechat, wxml
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wxml-tags
> List of standard WXML tags
## Install
```
npm install wxml-tags
```## Usage
```
const wxmlTags = require('wxml-tags')console.log(wxmlTags)
// [ 'view', 'scroll-view', ... ]
```void tags
```
const voidWxmlTags = require('wxml-tags/void');console.log(voidWxmlTags)
// ['icon', 'progress', ... ]
```## Test in local
```
git clone [email protected]:kimochg/wxml-tags.git
cd wxml-tags
node examples/
```## LICENSE
MIT © [Cheng Liu](https://github.com/kimochg)