docs: update README

This commit is contained in:
Amour1688
2020-05-27 00:12:34 +08:00
parent 5e2eaa6ced
commit 082f537b89
4 changed files with 23 additions and 20 deletions

View File

@ -1,11 +1,19 @@
# `babel-plugin-jsx`
# @ant-design-vue/babel-plugin-jsx
> TODO: description
To add Vue JSX support.
## Usage
## Installation
Install the plugin with:
```
const babelPluginJsx = require('babel-plugin-jsx');
// TODO: DEMONSTRATE API
npm install @ant-design-vue/babel-plugin-jsx
```
Then add the plugin to .babelrc:
```
{
"plugins": ["@ant-design-vue/babel-plugin-jsx"]
}
```