The current situation is that the backend uses the phpci framework which is only responsible for providing data access, and the front end uses vue-cli. After the front end is packaged, how to integrate the back-end code and the front-end code and deploy them to a formal server. This is my first time developing like this, so I don’t know how to solve it? Please help me, thank you. (Using Alibaba Cloud server)
The front-end is built as a static file, throw it on nginx, and run it after accessing it with a browser.