NagariaHussain / doppio

A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.
MIT License
196 stars 75 forks source link

App only loads on older version of vite #35

Open 0x15F9 opened 4 months ago

0x15F9 commented 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?