search

Home  >  Q&A  >  body text

javascript - The front end uses vue-cli and the back end uses the phpci framework. How to deploy the project to the server?

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)

淡淡烟草味淡淡烟草味2793 days ago506

reply all(1)I'll reply

  • 某草草

    某草草2017-05-16 13:02:08

    The front-end is built as a static file, throw it on nginx, and run it after accessing it with a browser.

    reply
    0
  • Cancelreply