Pooya Parsa
Pooya Parsa
@Teranode Thanks for your initiative and efforts for Nuxt 3 compatibility of this module. I'm the author of axios, proxy, and auth modules (as well as Nuxt3!). All 3 modules...
Hi @Teranode. Please keep it open i would love to continue on your work for at least basic compatibility with Nuxt3. Sorry it took long. There was tons of other...
Thanks @rikless for report.
Hey. For specific BootstrapVue we needed component typings from a long time ago. The first iteration was exactly using component's runtime instance to extract props and auto-generating documentation. Here is...
Something cool I've discovered so far is Project polymer's component [documentation spec](https://www.polymer-project.org/2.0/docs/tools/documentation). They have a nice CLI which analyzes components JSDocs and extracting meta json: ```js polymer analyze > analysis.json...
@tmorehouse According to @chrisvfritz idea we can still have both ES style builds and SFCs as the source with custom props. And stripping/extracting those comments using babel during build into...
Just as a summary to all of the nice comments until now, Something I think all of us agree on it is that we need a final **manifest** (Something like...
Hi @99linesofcode. I've no ideas about `vue-editor-bridge.ts`. We didn't make any noticeable change for Nuxt 2 and `@nuxt/components` but it _might_ need some for latest version compatibility. @octref any hints...
Hi @MathiasCiarlo. Thanks for this PR. I think we can support it for both SPA and Universal modes (but not generated). So triggered a core team discussion if we can...
@bmulholland Glad to hear that. Actually current version is basically _working_ but there is yet a big gap in documentation, DX and with small bugs as mentioned. > For example,...