UNPKG

awesome-vue2-ace-editor

Version:

Ace (Ajax.org Cloud9 Editor) component for Vue2, may be the most perfect.

31 lines (18 loc) 528 B
# awesome-vue2-ace-editor > Ace (Ajax.org Cloud9 Editor) component for Vue2, may be the most perfect. > 可能是最好用的 ace-editor Vue2 组件. > Work with ElementUI well. > 不与 Element UI 冲突. ## Use ### Install You can install awesome-vue2-ace-editor from npm, or clone it from github. #### npm ``` npm install awesome-vue2-ace-editor --save-dev ``` #### git ``` git clone https://github.com/SunwayFund/awesome-vue2-ace-editor.git cd awesome-vue2-ace-editor git submodule update --init --recursive ```