Open 0x15F9 opened 4 months ago
I execute the following;
bench add-spa --app pcare --tailwindcss --typescript Dashboard Name [dashboard]: Which framework do you want to use? (vue, react) [vue]:
cd dashboard yarn yarn dev
the page does not load.
if I alter vite version to
"@vitejs/plugin-vue": "^2.0.0", "vite": "^2.7.2",
then the page loads. (I got those versions from frappe ui degit starter)
Any fix for that?
I execute the following;
the page does not load.
if I alter vite version to
then the page loads. (I got those versions from frappe ui degit starter)
Any fix for that?