inferno-monaco-editor
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

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.

Package Sidebar

Install

npm i inferno-monaco-editor

Weekly Downloads

1

Version

0.0.11

License

Apache-2.0

Last publish

Collaborators

  • teddriggs