vb-brace
v0.1.1
Published
Code editor powered by Vuejs and browserify Ace.
Downloads
1
Maintainers
Readme
Brace
Code editor powered by Vuejs and browserify Ace (Brace)
Installation
$ npm install vb-brace --save
Examples
<template>
<div>
<brace style="height: 500px"
:fontsize="'12px'"
:theme="'github'"
:mode="'json'"
:codefolding="'markbegin'"
:softwrap="'free'"
:selectionstyle="'text'"
:highlightline="true">
</brace>
</div>
</template>
<script>
import Brace from 'vue-bulma-brace'
export default {
components: {
Brace
}
}
</script>
Badges