# carepp **Repository Path**: wingsfrog/carepp ## Basic Information - **Project Name**: carepp - **Description**: care++的前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README carepp === 需安装: ``` node及npm - gulp 、ionic 、cordova (安装完成npm后执行指令安装: npm i -g gulp ionic cordova) ``` 初始化项目: ``` npm install bower install ``` 安装项目子模块: ``` git submodule init git submodule update ``` 检查文件改变并编译、自动运行测试: ``` gulp watchReal ``` 在一个单独的终端运行来启动内置服务器: ``` ionic serve ``` 生成优化版本,用于打包: ``` gulp dist ``` 会自动清空www目录,压缩JS和CSS代码 每次安装新的bower模块后,请重启gulp watchReal以便应用改动