Closed
Description
What problem does this feature solve?
I'd like to combine my vue frontend in the same project as my backend which is already making use of the /public folder. It would be nice if I could configure the path to serve out of a folder of my chosing, like /html or something.
What does the proposed API look like?
I believe it could be added to vue.config.js like this:
// where to serve dev files
devDir: 'public',
Metadata
Metadata
Assignees
Labels
No labels