Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Ace editor example

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

Building

From the root of the Halogen project:

$ npm install
$ npm run example-ace

Or from the current directory:

$ npm install
$ bower install
$ npm run build

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