Skip to content

cube-modules/ace2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ace2

wraper the origin ace code, let it can be required as an cmd module

build & test

init project code

git clone
npm install .

build ace from vx.y.z:

./build.sh x.y.z

test build result:

npm run example

then brower open http://localhost:9999

when editor is working fine, release the code:

make release

usage

var ace = require('ace2');

var editor = ace.edit("editor");
editor.setTheme("ace/theme/twilight");
editor.session.setMode("ace/mode/javascript");

full api doc is here

for react user, react-ace2

About

ace for browser cmd loading version, version is sync with the origin ace

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors