Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Saber2pr/editor
:ocean: Web Editor for React/Tsx Ant-Design App Develop、Build !
https://github.com/Saber2pr/editor
editor low-code monaco monaco-editor react typescript web-ide
Last synced: about 2 months ago
JSON representation
:ocean: Web Editor for React/Tsx Ant-Design App Develop、Build !
- Host: GitHub
- URL: https://github.com/Saber2pr/editor
- Owner: Saber2pr
- Created: 2020-04-10T14:21:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T09:11:11.000Z (about 2 years ago)
- Last Synced: 2024-10-12T04:12:31.167Z (2 months ago)
- Topics: editor, low-code, monaco, monaco-editor, react, typescript, web-ide
- Language: TypeScript
- Homepage: https://saber2pr.top/editor/
- Size: 36.5 MB
- Stars: 35
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README-zh_CN.md
Awesome Lists containing this project
README
# tsx-editor
🌊 a web editor for react/tsx app develop、build !
在浏览器中编写 typescript 代码,react(tsx)代码!支持编译导出!
https://saber2pr.top/editor/
[English](https://github.com/Saber2pr/editor/blob/master/README.md) | 简体中文
# Start
[![loading...](https://fronted-tsx-developer.github.io/samples/other/tsx-editor.webp)](https://fronted-tsx-developer.github.io/tsx-editor-online/)
# Dev
```bash
yarn installyarn dev
```# Update
如果我长时间没有维护,导致 typescript 版本过老,按以下办法执行升级:
```bash
git clone https://github.com/Saber2pr/editor.gitcd editor
yarn install
# update typescript version
yarn add monaco-editor
yarn add monaco-editor-webpack-plugin -Dyarn build
cp -r samples build/samples
cd build
npx serve
```