4.1.1 • Published 11 months ago

@bbob/vue3 v4.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@bbob/vue3

install size Known Vulnerabilities

Converts @bbob/parser AST tree to Vue 3

npm i @bbob/vue3 @bbob/preset-vue
import { defineComponent } from 'vue'
import VueBbob from '@bbob/vue3';

Vue.use(VueBbob);
<template>
  <div class="vue3">
    <h2>Generated vue3 here</h2>
    <bbob-bbcode container="div" :plugins="plugins">{{ bbcode }}</bbob-bbcode>
  </div>
</template>
<script>
  import Vue from 'vue'
  import preset from '@bbob/preset-vue'
  
  export default defineComponent({
    name: 'App',
    data() {
      return {
        bbcode: 'Text [b]bolded[/b] and [i]Some Name[/i]',
        plugins: [
          preset()
        ],
      }
    }
  })
</script>
0.0.0-alpha.2fd424b

11 months ago

0.0.0-alpha.031fb83

11 months ago

0.0.0-alpha.ede7040

11 months ago

0.0.0-alpha.81c9c93

11 months ago

0.0.0-alpha.222be49

11 months ago

0.0.0-alpha.cad4675

11 months ago

0.0.0-alpha.c0b8a72

11 months ago

0.0.0-alpha.103b219

11 months ago

0.0.0-alpha.5090a84

11 months ago

4.1.0

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.3

1 year ago

4.1.1

1 year ago

4.0.2

1 year ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago