Nuxt.js tutorial for beginners - nuxt.js plugins

preview_player
Показать описание

You can use nuxtjs if you know vue-cli and node, you first install vue-cli with npm package manager and then you install nuxt from vue-cli
Рекомендации по теме
Комментарии
Автор

Is it necessary to include the external plugin into the plugins/modules in nuxt.config.js? or just by installing the pkg and importing it in the template would be enough?

alejandrocampo
Автор

Hi, thanks for the tutorial. I have been trying to integrate vue-notifications in nuxt, could you please explain how to use it in a component? I have used it before in a vue project (without nuxt) but in a nuxt project I am unable

samsonrapando