0.0.11 • Published 6 years ago

inferno-monaco-editor v0.0.11

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

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.

0.0.11

6 years ago

0.0.10

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago