md-doc-vue-loader

1.0.0 • Public • Published

md-doc-vue-loader

markdown doc use vue template and component

can use vue template mode

<template>
  <div id="test-block">This is a test block! {{msg}}</div>
</template>
<script>
  export default {
    data () {
      return {
        msg: 'Hello world!'
      }
    }
  }
</script>
<style>
  #test-block {
    color: green;
  }
</style>

can use vue component mode

import demo1 from "./demo1.vue"

Readme

Keywords

none

Package Sidebar

Install

npm i md-doc-vue-loader

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

10.3 kB

Total Files

8

Last publish

Collaborators

  • asthesky