editor
editor copied to clipboard
:ocean: Web Editor for React/Tsx Ant-Design App Develop、Build !
tsx-editor
🌊 a web editor for react/tsx app develop、build !
Write TypeScript code in the browser, React (TSX) code! Support for compiling and exporting!
https://editor-saber2pr.vercel.app/
English | 简体中文
Start
Dev
yarn install
yarn dev
Update
If I haven't maintained it for a long time and the TypeScript version is too old, do the following:
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