# qunar-webApp **Repository Path**: peaklee_forever/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**: 0 - **Forks**: 10 - **Created**: 2019-11-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 > 视频教程:https://www.3mooc.com/front/couinfo/212 ## 项目运行(nodejs 6.0+) ``` bash # 克隆到本地 git clone https://github.com/zhangpengWeb/qunar-webApp.git # 进入文件夹 cd qunar-webApp # 安装依赖 npm install # 开启本地服务器 npm run dev # 发布环境 npm run build ```