This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TailwindCSS IntelliSense.
See Vite Configuration Reference.
npm install
{
"css.validate": false,
"tailwindCSS.includeLanguages": {
"vue": "html",
"vue-html": "html"
},
"editor.quickSuggestions": {
"strings": true
}
}
npm run dev
npm run build