angular based app开发流程

整理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

 

你可能感兴趣的:(Angular)