# Travel
**Repository Path**: coderer/Travel
## Basic Information
- **Project Name**: Travel
- **Description**: Vue2.5开发移动端(可用于微信公众号)旅游网站(仿去哪儿网App)
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2018-07-29
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# travel
项目介绍:
Vue2.5开发移动端旅游网站(仿去哪儿网App)
按照企业级别代码质量和工程开发流程进行开发






## Build Setup (构建步骤)
``` bash
# install dependencies (安装依赖)
npm install
# serve with hot reload at localhost:8080 (在本地运行)
npm run dev
# build for production with minification (打包)
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```