personal project requirements are vue + ssr, so learn nuxt
but what you need to understand now is how to deploy the project
execute
nuxt build
nuxt start
generate a series of ssr rendering codes
read a lot of blogs, but the deployment is still not very clear
so does the server need me to copy the whole project, including .nuxt, and then use pm2 to execute it?
or just upload .Next for backend rendering (delete the code)?
is there any more effective way for officials?
for example, copy a .nuxt file directly to another official project and then directly perform rendering or something?
and just upload the code, and the server compiles and executes it with nuxt?
or is there any better way for those of you who have played nuxt?