# rettc-cli-mQuery **Repository Path**: rettc/rettc-cli-mQuery ## Basic Information - **Project Name**: rettc-cli-mQuery - **Description**: rettc-cli mobile端web前端框架 Node+jquery+less+jade+gulp+webpack+nginx - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-19 - **Last Updated**: 2025-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rettc-mobile 1. 利用 nodejs 编译前端代码 ```bash npm install npm start ``` 2. 启动 nginx 服务器 ```bash start nginx 注意:将根目录下 nginx.conf 复制到 nginx安装文件的 /conf/ 文件夹下 注意:common/resource.jade 中的 version 变量设置为 nginx 配置的服务器转发文件夹名 注意:nginx/conf/nginx.conf 中的 $workspace 变量配置 以及 资源的转发路径 ``` 3. 运行项目 ```bash 在浏览器打开 http://localhost/html5/index.html ```