vue.jsdependency-injectionnedb

Vue.js dependency injection


In my vue electron project I want to use nedb-promises as a global dependency. I've seen that vuex or i18n plugin will be passed to the construc of the vue indatnce. Will this be possible also with nedb?How I can inject it as a dependency?


Solution

  • You can either write your own plugin or just use build-in dependency injection