Nuxt/examples/plugins-vendor/nuxt.config.js
2016-11-16 17:55:26 +01:00

9 lines
148 B
JavaScript

module.exports = {
build: {
vendor: ['axios', 'mini-toastr', 'vue-notifications']
},
plugins: [
'~plugins/vue-notifications.js'
]
}