Frappe UI Installation

Hi there,
I have installed frappe-ui in my site and it is running on the server, but when i try to see ,It is asking for credentials to login. Since, I have used same credentials as i had for my frappe-bench. But it wont’t works…Any suggestions and solutions? @buildwithhussain
Thanks!

Hey!

Can you check browser console for any errors when you click login?

1 Like

Nope!
I have a query that,
1.Is frappe UI can installed only on frappe-bench ?
2.Is there any official documentation available for frappe UI Installation?
3.If I install Frappe UI on bench, Does UI get connected to Frappe?
@buildwithhussain
Thanks in Advance.

I am interested to know how frappe UI can be used without a custom frappe app. we want to use for vue or react project

@CA_B.C_Chechani You can install Frappe-UI as a package and then be able to use all the components that Frappe-UI offers.

npm install frappe-ui

or

yarn add frappe-ui

1 Like

@Maheshwari_Bhavesh can frappe-ui be installed on Frappe-bench ?

you can look into this GitHub - netchampfaris/frappe-ui-starter: A Vite + Vue 3 + TailwindCSS + Frappe UI starter template for building frontends for Frappe Apps

@Maheshwari_Bhavesh Thanks.

You can install FrappeUI in any Vue 3 project (with Vue Router), not tied to Frappe Framework.

The best we have is frappeui.com

When you setup and configure it with doppio, it sets up properly to work with your custom Frappe app.

2 Likes

Thankyou for your Guidance

Hey there! I’m encountering the same issue. Were you able to find a solution for it?