search

Home  >  Q&A  >  body text

angular.js - 如何部署angular项目

项目前端主要用angular开发,平时调试都是用gulp运行的。如果想部署到生产环境,应该怎么做呢?

伊谢尔伦伊谢尔伦2744 days ago537

reply all(2)I'll reply

  • 黄舟

    黄舟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.

    reply
    0
  • ringa_lee

    ringa_lee2017-05-15 17:10:47

    You can refer to this article.
    /a/11...

    reply
    0
  • Cancelreply