Vue.js question detail
How to access local plugins in a project?
If you need access to the plugin API in your project without creating a full plugin, you can use the
vuePlugins.service option in your package.json file
{
"vuePlugins": {
"service": ["my-service.js"]
}
}