vb-brace

0.1.1 • Public • Published

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


Package Sidebar

Install

npm i vb-brace

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • suyanlu