简体   繁体   中英

How can i use Gulp in my existing AngularJS project?

My project is in angular and I want to learn gulp, so I need to use my angular project. My angular project is client based which means there currently is no node.js server backend. What is the best way to use it for my current project?

Actually, you need nodeJS and npm have installed to play with gulp. Gulp is a tool which you access from command line to run some scripts. Those scripts may build you, optimize code, generate code or run a web server. You don't need gulp on your production server, because you can play with it on your local machine and then when everything is done, you can deploy your scripts to any web server(with or without nodejs)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM