CodeIgniter Forums
Codeigniter VIteJs Integration - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Codeigniter VIteJs Integration (/showthread.php?tid=82434)



Codeigniter VIteJs Integration - mihatori kei - 07-10-2022

Hi there.

Codeigniter viteJs package aim to integrate viteJs with codeigniter4 in a simple way
although it's inspired by laravel vite, they work completely differently
Some features:
  • Almost zero configuration
  • Easy to install
  • Support react, vue and svelte
  • Enjoy hot module replacement (HMR)
  • And much more....
You can find more descriptions on github


RE: Codeigniter VIteJs Integration - MGatner - 07-14-2022

Very nice use of Decorators Smile I can’t dig into Vite right now but it has been on my learning list for a couple months, I will circle back to your library when I get there!

Just to note, you might get more traffic on the CodeIgniter 4 > Addins forum category.


RE: Codeigniter VIteJs Integration - mihatori kei - 07-14-2022

(07-14-2022, 04:24 AM)MGatner Wrote: Very nice use of Decorators Smile I can’t dig into Vite right now but it has been on my learning list for a couple months, I will circle back to your library when I get there!

Just to note, you might get more traffic on the CodeIgniter 4 > Addins forum category.

Yup, decorator is a great feature
then make sure to give it a try when you're ready, it's gonna be a great honor ^^

thnx