0.1.1 • Published 6 years ago

vb-brace v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

npm.io npm.io