angular based app開發流程

世有因果知因求果發表於2015-04-09

整理user story

mock UI,生成滿足上述user story的原型介面

根據上述UI,整理出data model(適用於後端和angular的資料模型)

後端CRUD開發,形成REST API,能夠返回網站的Index template

前端根據mock,畫出app的sitemap(描述URL state轉換圖)

layout index.html,將作為app的index template

sitemap轉換為angular的routing config

 

相關文章