Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 816 Bytes

README-zh_CN.md

File metadata and controls

45 lines (26 loc) · 816 Bytes

tsx-editor

🌊 a web editor for react/tsx app develop、build !

在浏览器中编写 typescript 代码,react(tsx)代码!支持编译导出!

https://saber2pr.top/editor/

English | 简体中文

Start

loading...

Dev

yarn install

yarn dev

Update

如果我长时间没有维护,导致 typescript 版本过老,按以下办法执行升级:

git clone https://github.com/Saber2pr/editor.git

cd editor

yarn install

# update typescript version
yarn add monaco-editor
yarn add monaco-editor-webpack-plugin -D

yarn build

cp -r samples build/samples

cd build

npx serve