angular.js - How to deploy angular project
伊谢尔伦
伊谢尔伦 2017-05-15 17:08:47
0
2
545

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?

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
黄舟

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template