VeryGoodOpenSource / dart_frog

A fast, minimalistic backend framework for Dart 🎯
https://dartfrog.vgv.dev
MIT License
1.87k stars 150 forks source link

feat: Vite support #314

Closed ushieru closed 6 months ago

ushieru commented 2 years ago

Description Add vite support.

Issue #90 It seems to me that Vite can be better than a template engine. I write a Blog to add Vite to Dart Frog Dart Frog + Vite. But it may be a good idea to add it to the CLI.

Additional Context With Vite we can give a flavor more similar to new projects such as Astro, Next, Nuxt, etc. Apart from having the opportunity to work with different frameworks such as React, Vue, Svelte, Lit.

tomarra commented 6 months ago

Hi @ushieru 👋 Thanks for opening this issue.

As of right now we are not interested in making any changes to the pipeline and how things are packaged up. Thanks for the suggestion though. If this is something that you are looking for to use in your own projects it would be great to write up a proposal that we can review and see if it makes sense to implement.