inferno-monaco-editor
v0.0.11
Published
Inferno wrapper for Monaco
Downloads
12
Readme
inferno-monaco-editor
Monaco Editor for Inferno.
Examples
To build the example locally, run:
npm install
npm run watch
Then open http://localhost:8080 in a browser.
Usage with Webpack
Add the following plugin to your Webpack config's plugins
section:
new CopyWebpackPlugin([
{
from: 'node_modules/monaco-editor/min/vs',
to: 'vs',
}
])
Credits
This library builds on the work of Leon Shi's
excellent react-monaco-editor
.