![]() |
CodeIgniter 4.x and Vue3 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12) +--- Thread: CodeIgniter 4.x and Vue3 (/showthread.php?tid=88691) |
CodeIgniter 4.x and Vue3 - xbotkaj - 10-19-2023 Hello guys, I would like to ask you if you have best practise to setup CI4 with Vue3. I was a bit playing around with this setup but did not manage to find some elegant solution and would be very greatful for any sucggestions, directions and help. I am intending to build modular system and would be greatful to brainstorm about file/folder structure and what would be best to do to achieve maintanable code and possibile to add or remove modules on the run. Thank You RE: CodeIgniter 4.x and Vue3 - luckmoshy - 10-19-2023 You can Try this repo https://github.com/samsonasik/ci4-vue or watch live here https://www.youtube.com/watch?v=GWNKTKZkvNI |