Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 394 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 394 Bytes

Ace editor example

This example illustrates a basic 3rd party component integration and use of the peek function to observe changes within the Ace editor.

Building

From the root of the Halogen project:

$ npm run example-ace

The code will be built as example.js in the examples/ace/dist directory within the example, runnable by opening the corresponding index.html.