亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

git - management of a project
PHPz
PHPz 2017-05-02 09:50:26
0
2
1017

Newbie question: I would like to know, if node is used as the backend in a project, what kind of build tools should be used for the entire front-end and back-end project. How do git, webpack, and npm work together? Because I haven't actually used git, webpack, etc., my question is rather naive. I hope you can give me some advice. Thank you!

PHPz
PHPz

學(xué)習(xí)是最好的投資!

reply all(2)
習(xí)慣沉默

Isn’t this the same thing between git and composer

Peter_Zhu

I don’t know exactly which build tools are used in your project. But based on your question alone, it should be a pure node build. Webpack also has npm packages. If you have to say, you need to add a .gitignore file in git. Ignore the node_modules folder generated by using npm and some IDE project configuration files generated by using IDE, such as the .settings folder in eclipse. The .idea folder etc. generated by IDEA. Remember to store only necessary files in the version controller! Automatically generated files and files not related to the project should not be version controlled. For a tutorial on using git, you can check out this http://git.oschina.net/progit/

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