Home > Q&A > body text
项目前端主要用angular开发,平时调试都是用gulp运行的。如果想部署到生产环境,应该怎么做呢?
黄舟2017-05-15 17:10:47
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.
ringa_lee2017-05-15 17:10:47
You can refer to this article. /a/11...