Skip to content

Commit

Permalink
https://github.com/magicodex/jsx-render-to-html/issues/3#issue-186591…
Browse files Browse the repository at this point in the history
…4477
  • Loading branch information
magicodex committed Nov 13, 2023
1 parent 6f32317 commit 21fd43e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# jsx-render-to-html
转换 jsx 文件成 html 文件。

## 安装依赖
```
npm install jsx-render-to-html --save-dev
```

## 代码示例
```
var jsxRenderToHtml = require('jsx-render-to-html');
Expand Down

0 comments on commit 21fd43e

Please sign in to comment.