Deno Support #1045
KnorpelSenf
started this conversation in
Ideas
Deno Support
#1045
Replies: 1 comment 8 replies
-
My first questions is: Are you sure all the upperchain tools support deno? E.g.: Vite. You'd better make sure this point, before we evaluate deno support. In my mind, deno split up its ecosystem with npm, and while vuepress are using 1000+ npm packages, we can not "Support Deno" by our own. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, VuePress requires a Node.js setup. However neither the generated static content nor the client-side JS depends on Node in any way.
Deno is a new JavaScript and TypeScript runtime and it has pretty cool APIs that I'd love to use when developing plugins in order to customise my site. It would also speed up build time because the code no longer has to be compiled, since Deno can execute TypeScript.
What's your opinion on Deno support, be it through a migration/port or by creating a fork/second version of VuePress? How hard would this even be?
Beta Was this translation helpful? Give feedback.
All reactions