mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-19 22:19:57 +08:00
docs: update README
This commit is contained in:
@ -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"]
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user