# ng-showcase **Repository Path**: saderqw/ng-showcase ## Basic Information - **Project Name**: ng-showcase - **Description**: angularjs & bootstrap & ui-router示例 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-10-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AngularJS & Bootstrap & UI-Router组件示例 此工程为web开发中的常用基本组件代码示例 **将项目整个放到web服务器下启动即可运行,访问地址:ip:port/ng-showcase/index.html** ## 目录结构说明 app下的如下目录为示例的构成页面,app下的其它目录文件为示例组件页面。 ng-showcase/sync/app/ common/ showcase/ app.js index.html ## 组件示例添加方法 1. 在app目录下添加组件模块 * 组件模块的代码可通过[ng-gen](https://git.oschina.net/saderqw/ng-gen)项目生成 2. 在index.html中引用模块控制JS 3. 修改```common/constant/NavDatasConstant.js```文件,添加路由配置