Codeigniter API + Vue Front project in same folder |
Hi @ignitedcms
This repo will contain a private local application, so I won't upload to Internet, no need SEO stuff, etc. I've loaded Vue from CDN in CodeIgniter views for testing, and that worked. But Vue dev prefers to use cli, and sent me instructions to use (vue create xxx) etc. Therefore I must build something with both (CI, VUE -cli) that can live in same folder As far I tried 1- vue create myapp 2- cd myapp 3- composer create-project codeigniter4/appstarter --no-dev api So I guess I'll begin with this approach, "api" subfolder inside the Vue project and see how it goes
Enrique
https://beza.com.ar |
Messages In This Thread |
Codeigniter API + Vue Front project in same folder - by kabeza - 03-30-2022, 03:49 AM
RE: Codeigniter API + Vue Front project in same folder - by ignitedcms - 03-30-2022, 12:58 PM
RE: Codeigniter API + Vue Front project in same folder - by kabeza - 03-30-2022, 01:09 PM
RE: Codeigniter API + Vue Front project in same folder - by ignitedcms - 03-30-2022, 01:14 PM
|