如何去搭建一个完整的angularJS框架项目,是手动页面搭建还是怎么?路由什么如何配置
2 回答
holdtom
TA贡献1805条经验 获得超10个赞
最近写了一个类似后台管理系统的项目,然后根据Angular2的风格指南建立了自己的项目架构目录,里面还有需要继续优化的地方,具体的目录如下:applogin//登录login.component.ts/html/csslogin.service.tshome//主页navigation//导航页user-manage//用户管理setting//设置页corecore.module.tsuser-info.service.ts//共享的登录用户信息logger.tserror.tsurl-manage.tshttp-client.tsshared//共享模块*.animation.ts*.pipe.ts*.component.ts*.directive.tsshared.module.tsmodel//数据service//网络请求app.component.ts/html/cssapp.component.module.tsapp.component.router.ts推荐几个项目:NiceFish,ng2-admin,rebirth
添加回答
举报
0/150
提交
取消