vue-bulma-brace

0.1.0 • Public • Published

Brace

Code editor powered by Vuejs and browserify Ace (Brace)

Installation

$ npm install vue-bulma-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 vue-bulma-brace

Weekly Downloads

75

Version

0.1.0

License

MIT

Last publish

Collaborators

  • fundon
  • luventa