π Hello developers,
I have created boilerplate github template repo, which is on vite, vue 2.x, tailwind css and pure javascript.
I know many of us already switched to vue 3.0 but still for some one who still want to use readymade set up with vite and tailwind here is the repo link - https://github.com/mayank30/vite-tailwind-vue2
Feel free to create PR to enhance the project.
Thank you so much :)
Top comments (3)
Hi Mayank, this is a great solution to start using Vue + Vite + VueRouter + Vuex + Tailwind, almost out-of-the-box solution, but I had to comment the eslintPlugin() inside the vite.config.js to run the project, everything else runs amazing, I'm migrating some projects to your forked repo, and it was a really fast process, thanks for that :)
Thanks for the feedback i was busy so could not reply back.
Feel free to raise pr to improve it.