Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello,

I'd like to use ViteJS instead of Web Pack. Why? Because Vite is much much faster than Web pack... compilation is almost instant. I'm sure developers would really like this feature, because nobody I know likes to wait for compilation.

This could also help syncfusion work internally because it could speed up your development speed.

This feature would be great because ViteJS has a react, a vanilla JS,, and a Vue template... so you could also provide ViteJS support for React. I have no idea if ViteJS is useful for Angular.

You can read more about vite here :https://vitejs.dev/guide/

I tried to create a vite project using the CLI, but I always have errors.

If the current code can support Vite, great! Write an article / video about it! :)

Please note this feature request might be hard because vite process files completly differently than web pack.

Here are some benchmarks (take it with a grain of salft) :https://harlanzw.com/blog/how-the-heck-does-vite-work/

Thanks!