# Inula-live **Repository Path**: yangxt65535/inula-live ## Basic Information - **Project Name**: Inula-live - **Description**: 简单Inula网页编辑器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-26 - **Last Updated**: 2023-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Inula-live App 在页面上编辑和渲染Inula应用 编辑器: [CodeMirror](https://uiwjs.github.io/react-codemirror/) JSX编译器: [Sucrase](https://github.com/alangpierce/sucrase) ## 使用 1. clone 仓库 2. 安装依赖 ```bash npm i ``` 3. 启动项目 ```bash npm run start ```