0.0.11 • Published 7 years ago

inferno-monaco-editor v0.0.11

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 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

7 years ago

0.0.10

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago