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


Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    197
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    197
  • 0.0.3
    2
  • 0.0.2
    1
  • 0.0.1
    14

Package Sidebar

Install

npm i vue-bulma-brace

Weekly Downloads

73

Version

0.1.0

License

MIT

Last publish

Collaborators

  • fundon
  • luventa