How can I use NUxt JS with Frappe for Portal?

I’m tryna have NuxtJS run the Portal for my Frappe app. Kinda like how PosAwesome, except PosAwesome is for the Desk.

I’ve gone through the forum and i’m yet to find any guides on that yet. So far, I managed to just add a package.json.

My ideal scenario would be to have NuxJS run from the Index directory, so maybe www/index.html and have Nuxt’s routing handle the rest.

Any information is greatly appreciated.

Checkout Frappe UI for ideas (GitHub - frappe/frappe-ui: A set of components and utilities for rapid UI development)

2 Likes

Thanks @rmehta, let me check it out.