# game_eleven **Repository Path**: budaipet/game_eleven ## Basic Information - **Project Name**: game_eleven - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-08-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jl-mobile === 初始化项目: ``` npm install bower install ``` 检查文件改变并编译、自动运行测试: ``` gulp watch ``` 在一个单独的终端运行来启动内置服务器: ``` ionic serve ``` 生成优化版本,用于打包: ``` gulp dist ``` 会自动清空www目录,压缩JS和CSS代码 每次安装新的bower模块后,请重启gulp watch