# wi-new **Repository Path**: wfgit/wi-new ## Basic Information - **Project Name**: wi-new - **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-05-30 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README wi-control === 初始化项目: ``` npm install bower install git submodule init git submodule update ``` 检查文件改变并编译、自动运行测试: ``` gulp watchReal ``` 在一个单独的终端运行来启动内置服务器: ``` ionic serve ```