Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to import a project with the package.json file #92

Open
edimitchel opened this issue Apr 15, 2019 · 2 comments
Open

Allow to import a project with the package.json file #92

edimitchel opened this issue Apr 15, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@edimitchel
Copy link

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 !

@hubelin
Copy link
Contributor

hubelin commented Apr 15, 2019

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?

@edimitchel
Copy link
Author

edimitchel commented Apr 16, 2019

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.

@hubelin hubelin added the enhancement New feature or request label Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants