You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Difficulty Integrating Frappe-UI with Vue 3 Standalone App
Description:
Hello! I'm relatively new to Vue.js and I'm attempting to create a standalone Vue 3 application with Frappe-UI. However, I've encountered several issues when i try Frappe-UI.
I'm following these steps to set up a new vue 3 project with Frappe-UI:
1 - npm create vue@latest
2 - npm install frappe-ui
3 - npm install
4 - Import the frappe-ui in the main.js file of my Vue app.
However, upon including Frappe-UI in main.js, I encounter an error stating that "frappe-ui is not found."
Could someone kindly advise if this is the correct approach for creating a new project and integrating Frappe-UI?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Certainly! Here's a rewritten version:
Title: Difficulty Integrating Frappe-UI with Vue 3 Standalone App
Description:
Hello! I'm relatively new to Vue.js and I'm attempting to create a standalone Vue 3 application with Frappe-UI. However, I've encountered several issues when i try Frappe-UI.
I'm following these steps to set up a new vue 3 project with Frappe-UI:
1 - npm create vue@latest
2 - npm install frappe-ui
3 - npm install
4 - Import the frappe-ui in the main.js file of my Vue app.
However, upon including Frappe-UI in main.js, I encounter an error stating that "frappe-ui is not found."
Could someone kindly advise if this is the correct approach for creating a new project and integrating Frappe-UI?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions