Multi-language vue js code editor component running on the browser.
npm install vue-codeditorMulti-language vue js code editor component running on the browser.
npm install vue-codeditor
`$3
##### Import vue-codeditor component
`javascript
// main.jsimport Vue from "vue"
import App from "./App.vue"
import vueCodeditor from "vue-codeditor";
Vue.component(vueCodeditor)
`
##### Usage in other components
`html
`
#### Available Props| Prop| Default | Type | Description |
| :---: | :---: | :---: | :---:|
|
`mode` | javascript | String | optional - ace mode(s) |
| `theme` | chrome | String | optional - ace theme(s) |
| `readonly`` | false | Boolean | optional |#### License
MIT
Copyright (c) 2020-present, Ömer Çelik