Great post! Could you also please post how to create a Vue.js project link using some generator at the start of the post? That will be really helpful for anyone to try out your code. Because now I need to first find a way to generate vue.js app first before trying out
You can create a new Vue project using vite (npm create vite@latest your-app-name --template vue) or you can use the official Vue CLI. However, if you want to use tailwind then I'd recommend you follow this--> tailwindcss.com/docs/guides/vite
Neenad Ingole
👾 Backend Golang Developer | Ex-FullStack 😅
Great post! Could you also please post how to create a Vue.js project link using some generator at the start of the post? That will be really helpful for anyone to try out your code. Because now I need to first find a way to generate vue.js app first before trying out