From 21fd43ee5e12e437e620c9647bf7153802273424 Mon Sep 17 00:00:00 2001 From: magicodex Date: Mon, 13 Nov 2023 09:56:12 +0800 Subject: [PATCH] https://github.com/magicodex/jsx-render-to-html/issues/3#issue-1865914477 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 03e6ce7..f969747 100644 --- a/README.md +++ b/README.md @@ -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');