I want to add a webpage to ERPNext but I don’t want to inherit frappe’s base.html
I developed a Single Page App with Vue.js and I did a vue build
to export
index.html
app.js
chunk-vendors.js
and so on.
I want now to add these files to my custom_app
’s directory to display them on some route
e.g. http://mysite:8000/my-spa/
Thanks in advance.