Open
Description
What problem does this feature solve?
Working as a team on a single repository that contains multiple vue applications, ive found no smooth way to import the projects list to the vueGUI.
Ideally, id like all developers working on the repository to automatically have a list of all vue applications, but this us currently hard as there is no way to export/import the db.json file that contains projects & favourites. (i could copy and overwrite the file, but this would not work if we work on multiple projects).
What does the proposed API look like?
Could be solved by simply adding an import function to the project view, and similarly an export function (or just paste in the db.json
content).