An open API service indexing awesome lists of open source software.

https://github.com/xuxiao415/ace-editor-vue

Ace editor for vue 2
https://github.com/xuxiao415/ace-editor-vue

ace ace-editor vue2

Last synced: about 1 year ago
JSON representation

Ace editor for vue 2

Awesome Lists containing this project

README

          

# ace-editor-vue

> Ace editor for vue2

![](screen.png)

## Installation

```
npm install ace-editor-vue
```

## Usage

```vue



{{value}}


import AceEditor from 'ace-editor-vue';
export default {
name: 'HelloWorld',
components: {AceEditor},
data() {
return {
value: ""
}
}
}

```

## License
MIT