search

Home  >  Q&A  >  body text

angular.js - How to deploy angular project

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?

伊谢尔伦伊谢尔伦2823 days ago569

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