monaco-editor

monaco-editor是微软开源的VSCode的在线编辑器,可以基于monaco-editor开发自己的在线编辑器工具。
查看项目的samples

git clone https://github.com/microsoft/monaco-editor.git
cd monaco-editor
cd samples
npm install .
npm run simpleserver

上面的命令不是所有的example都能查看演示,比如需要webpack和vite打包的就不行,我比较偏好这个samplemonaco-editor/samples/browser-esm-webpack-typescript

cd monaco-editor/samples/browser-esm-webpack-typescript
npm run start

posted on 2023-06-12 10:52  Netsharp  阅读(11)  评论(0编辑  收藏  举报

导航