Does anyone have experience using VueJs with PHP but not as a SPA and not with Laravel?

I have a typical old-school php website that had a calculator page that used a lot of JS. I recently converted that to use VueJs by using VueJs in the simplest way it it allowed to be use. Now I want to complicate that VueJs code to splitting it into different modules but all the tutorials about doing that assume you will be building a pure html+js website that is served by something other than PHP. I don’t know where to go from here.

Sponsor our Newsletter | Privacy Policy | Terms of Service