# qunar-webApp **Repository Path**: xuexiluxian/firstwebapp ## Basic Information - **Project Name**: qunar-webApp - **Description**: vue-cli+router+vuex仿去哪儿网webApp - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 23 - **Forks**: 10 - **Created**: 2018-07-09 - **Last Updated**: 2023-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 > 更多web前端视频教程在:https://shop443606482.taobao.com/?spm=a230r.7195193.1997079397.2.f5c34eadEhVomH ## 项目运行(nodejs 6.0+) ``` bash # 克隆到本地 git clone https://github.com/zhangpengWeb/qunar-webApp.git # 进入文件夹 cd qunar-webApp # 安装依赖 npm install # 开启本地服务器 npm run dev # 发布环境 npm run build ```