vue-wikitext

0.0.3 • Public • Published

Vue Wikitext

A vue component that renders wikitext.

Run on Repl.it GitHub issues

Usage

<template>
  <div>
    <vue-wikitext :source="wikitext" />
  </div>
</template>
 
<script>
export default {
  components: {
    'vue-wikitext': VueWikitext
  },
  data() {
    return {
      wikitext: '=Welcome to vue-wikitext='
    };
  },
}
</script>

Package Sidebar

Install

npm i vue-wikitext

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

14.5 kB

Total Files

6

Last publish

Collaborators

  • lunaroyster