search

Home  >  Q&A  >  body text

angular.js - angular project version management

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_u1582phpcn_u15822823 days ago617

reply all(3)I'll reply

  • 怪我咯

    怪我咯2017-05-15 17:07:09

    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/

    reply
    0
  • 黄舟

    黄舟2017-05-15 17:07:09

    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.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-05-15 17:07:09

    It is recommended to use Git

    reply
    0
  • Cancelreply