CodeIgniter Forums
CI 4 & VUEJS - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: CI 4 & VUEJS (/showthread.php?tid=82721)



CI 4 & VUEJS - devo - 08-15-2022

hii are someone know how to add vuejs to CI4


RE: CI 4 & VUEJS - iRedds - 08-15-2022

Strange question.
CI4 - php framework
VueJS - javascript framework

If you need application integration, then take a look at this library. (Integration via Vite) https://github.com/firtadokei/codeigniter-vitejs


RE: CI 4 & VUEJS - devo - 08-15-2022

(08-15-2022, 06:39 AM)iRedds Wrote: Strange question.
CI4 - php framework
VueJS - javascript framework

If you need application integration, then take a look at this library. (Integration via Vite) https://github.com/firtadokei/codeigniter-vitejs

is it possible if i want to use vuejs in codeigniter 4 as my frontend template libary??


RE: CI 4 & VUEJS - seunex - 08-15-2022

By using the cir package link send to you above you can. Am also using the package for cir and backed and svelte as my frontend without need of building external api. Do all in one project.