How to change frappe default UI ?? How to use vuejs components for ui for any frappe app ??

I have created one qms frappe app but its have default UI so I want change UI custom UI using Vuejs and also how to use vue js components for other frappe apps .

You can either change the theme of the default UI to customize the look, or, if you want a completely different UI, you’ll need to build your own frontend app (like Vue.js or React) and use Frappe only as the backend.

For reference, check out this repo: https://github.com/NagariaHussain/doppio — it helps you integrate SPAs (Vue/React) with Frappe easily.

1 Like

Thank you for this

that github repo is not working , i have follow all steps but its not working . I have attached screenshot of output.

check the console for the error.

make sure your frappe server is also running along with your frontend.