webpack
gulp
grunt
npm
svn
git
ringa_lee2017-05-02 09:52:44
First answer the two version management tools I know: svn and git
Both are used to manage code synchronization in team development. The difference is that svn only retains the specified version locally and needs to be connected to the repository during synchronization. Git will keep the entire version history locally, and git has more branches than svn.