How to create a custom global Nuxt plugin (toast)?
In this article, we'll be building a dynamic global nuxt plugin that is going to be a Toast (snackbar).
Prerequisites:
Vue
Vuex
Nuxt
So, Let's start by creating a Nuxt app using npx:
npx create-nuxt-app nuxt-toast
Go with the steps and in the U...
amrelmohamady.hashnode.dev3 min read