-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: support Vue3 #17
Conversation
Can we merge this one (nice refactor so far) into a Then creating the issues to keep track of the missing pieces. |
@pi0 @danielroe is there any possible solutions? As I checked, |
What about using the |
Persisting indeed seems better idea than Nitro has a new feature called |
So what you are suggesting is to create a cache file and add it to serverAssets. Will try this one 👍 I don't think we can create virtual Apis, since we have components after nitro initialization.
|
That's fine. Nitro is only initialized but actual build happens after nuxt build :) |
Awesome 🚀 |
Refactor module and use
@vue/compiler-sfc
instead ofvue-docgen-api
and start supporting Vue 3.TODO
Here is the current result of meta extractor: