Architecture of a single-page JavaScript web application?

后端 未结 14 1487
迷失自我
迷失自我 2020-12-07 06:36

How should a complex single-page JS web application be structured on the client-side? Specifically I\'m curious about how to cleanly structure the application in terms of it

14条回答
  •  爱一瞬间的悲伤
    2020-12-07 07:33

    Check out http://bennadel.com/projects/cormvc-jquery-framework.htm Ben is pretty sharp and if you dig around on his blog he has some nice posts about how CorMVC is put together and why.

提交回复
热议问题