0.0.11 • Published 8 years ago

inferno-monaco-editor v0.0.11

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

8 years ago

0.0.10

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago