Deno-native Nuxt.js?
The recent The State of Web Frameworks on Deno blogpost says under Nuxt:
What are the particular reasons why this is still true, considering that
In any case, will there be a time where the traditional "Node.js-native" frameworks the blogpost mentions can be ran 100% with Deno (for package management and all). Or is this already possible except maybe for maybe some minor issues here and there?
.
"As with the other Node-centric frameworks in this list, we recommend using npm to manage dependencies and run local development scripts."
What are the particular reasons why this is still true, considering that
npm: support is now stabilized? Is it the auto-imports which Deno can't handle? If so, would simply importing everything explicitly fix this already?In any case, will there be a time where the traditional "Node.js-native" frameworks the blogpost mentions can be ran 100% with Deno (for package management and all). Or is this already possible except maybe for maybe some minor issues here and there?
.

