React摩纳哥编辑 React的。 例子 要在本地构建示例,请运行: yarn cd example yarn yarn start 然后在浏览器中打开http://localhost:8886 。 安装 yarn add react-monaco-editor 与Webpack一起使用 import React from 'react' ; import { render } from 'react-dom' ; import MonacoEditor from 'react-monaco-editor' ; class App extends React . Component {