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
- Host: GitHub
- URL: https://github.com/xuxiao415/ace-editor-vue
- Owner: xuxiao415
- License: mit
- Created: 2020-12-25T12:45:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T08:15:27.000Z (about 5 years ago)
- Last Synced: 2025-02-09T08:35:23.576Z (over 1 year ago)
- Topics: ace, ace-editor, vue2
- Language: Vue
- Homepage:
- Size: 417 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ace-editor-vue
> Ace editor for vue2

## 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