🌊 a web editor for react/tsx app develop、build !
在浏览器中编写 typescript 代码,react(tsx)代码!支持编译导出!
English | 简体中文
yarn install
yarn dev
如果我长时间没有维护,导致 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