![]() |
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:
RE: Codeigniter VIteJs Integration - MGatner - 07-14-2022 Very nice use of Decorators ![]() 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 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 RE: Codeigniter VIteJs Integration - minsk832 - 06-24-2024 Are there any plans for an update? Vite 5.3.1 is now available (package.json 2.9.13). I noticed that with the current CodeIgniter integration it can mean a significant slowdown in view rendering. Otherwise very helpful, especially for people who haven't done much with Vite yet. Thank you! |