release-notes-modal
v1.0.1
Published
- Create a ModalPlugin.js file which will contain the main integration from the markdown-modal module
Downloads
1
Readme
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