A plugin used to Vue, contains filter, directives and some utility methods.
# install vue-screwdriver
npm install vue-screwdriver --save
# important the plugin somewhere
import vueScrewdriver from 'vue-screwdriver'
# install the plugin
Vue.use('vueScrewdriver')
For detailed explanation on how things work, consult the docs for vue-loader.