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
Hey @edimitchel, we're definitely taking into considerations all the feature requests we've been getting. Can you please expand a little on what you mean?
When I open the app, I was frustrated to not be able to open my existing project and components.
I though it could be nice to be able to import component from files. But my idea here, goes further : import a whole project from a package.json file and import all components based on the framework detected.
For Nuxt, components will be loaded from the directory component (or from folder determined in nuxt.config.js config).
For VuePress, components will be loaded from the directory .vuepress/theme/components.
..., etc.
By this way, with
package.json
, PreVue could know if a framework is used and which directories are to check.Please, this could be really a nice feature !
The text was updated successfully, but these errors were encountered: