CodeIgniter Forums
CodeIgniter + Laravel Mix - Vue - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: CodeIgniter + Laravel Mix - Vue (/showthread.php?tid=78781)



CodeIgniter + Laravel Mix - Vue - felloz - 03-09-2021

Hello, this is a quick laravel mix integration (VueJS) + Codeigniter that I created for my projects.

I decided to upload a fresh config to github just in case that another people wanna use it. If you like it please send me a feedback. 

https://github.com/felloz/codeigniter-vue

After clone just run on terminal:

npm install && npm run dev


RE: CodeIgniter + Laravel Mix - Vue - Peter_Culpepper - 10-06-2021

Hi, thanks for this config, it was userful for me cause a new project I'm working on just required the integration of Lavarel with Codeigniter. A new project I'm working on just required the integration of Lavarel with Codeigniter. Everything seems to work fine.


RE: CodeIgniter + Laravel Mix - Vue - kilishan - 10-06-2021

Thanks for providing this! On my Bonfire rebuild I had started using that, then decided to simplify some things, but I think it's very helpful to have this available.


RE: CodeIgniter + Laravel Mix - Vue - steveharley - 04-29-2022

Thank you for your quick fix and config. Is it same to work on mac also?