The front-end of the project is mainly developed using angular, and debugging is usually run using gulp. What should I do if I want to deploy it to a production environment?
You can directly copy the code after gulp compression and obfuscation to the destination machine, and then use a web server such as nginx to proxy the code.
You can directly copy the code after gulp compression and obfuscation to the destination machine, and then use a web server such as nginx to proxy the code.
You can refer to this article.
/a/11...