How to configure django+Vue applications developed locally to Tencent's CVM?

I have developed a django+Vue application locally, and now I"m going to configure it to the nginx server on Tencent Cloud"s server. Now I"m going to clone the project to the server with git, and then the npm build Vue part will configure django to nginx. Is that right?

Mar.09,2021

nginx acts as a reverse proxy for django and maps static files to the directory of the Vue project

Menu