angular.js - angular project version management
phpcn_u1582
phpcn_u1582 2017-05-15 17:05:09
0
3
582

Based on a completed spa project, multiple versions may be derived. Except for different style interactions, these versions share all other logic. Is there any good way to manage these projects conveniently? Achieving a common core function upgrade, and all other projects are smoothly upgraded. Hope you can give me some advice

phpcn_u1582
phpcn_u1582

reply all(3)
刘奇

Amway git is given to you.
Official website: github.com
The following article will tell you how to use it:
http://blog.jobbole.com/78960/

黄舟

If you need to derive multiple different versions while sharing the original project, I also recommend using git.
You can split a derivative version branch based on the original project, and the derivative branch can be developed and deployed independently. If the shared part is upgraded or adjusted, you can use this branch to merge the original branch and you can synchronize it.

伊谢尔伦

It is recommended to use Git

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