1.0.1 • Published 1 year ago

release-notes-modal v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Markdown Modal

Vue Plugin Integration

  • Importing the plugin by adding the next line of code App.vue file
import { VueModalPlugin }from 'releasenotes-modal'
  • Instantiate the plugin by adding it into a mounted method on the default function
export default {
  name: 'App',
  components: {
    HelloWorld
  },
   async mounted() {
    VueModalPlugin
  },
}
  • Add release-notes.md and logo.svg files to the public vue project folder to make them available to the process, the plugin will read it automatically and show the assets too
1.0.1

1 year ago

1.0.0

1 year ago