# angular-standard-cli **Repository Path**: mrcwj/angular-standard-cli ## Basic Information - **Project Name**: angular-standard-cli - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # angular-standard-cli # 使用教程 1. 启用控制台程序cd 到文件目录 1. 安装依赖项 ``` npm install ``` 2. 启动构建程序 ``` npm run start ``` 3. 根据提示输入 module(父级模块名),controller(模块名) 4. 开始构建 5. 构建完毕后,文件会生成在output文件夹内,剪切复制均可。 # 提醒 1. *route.js 内含有的为基本ui-router配置项并且依赖lazy-loader,可不用。* # 启动程序 如果已经成功安装依赖项,可以快捷使用**start.bat**程序来构建模块。