I am more conversant with laravel and vue but i am stuck in a project that will be making use of codeigniter. My role in the project is in the frontend and i wish to know how i can integrate vue spa in codeigniter's view
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
If someone else is providing the back end data APIs for you, you can almost treat view as single HTML file, so I guess you need a single controller on domain root URL that loads in that single view file, links to relevant JS/CSS files with HTML-tags and you should have single page app running.
Could you elaborate please. I have a project coming up where I need to convert a page from html,css and codeigniter to vue and codeigniter. Any tutorials will be appreciated.