这是一个学校课上的vue小作业
模拟去哪儿APP:https://touch.piao.qunar.com/ 写的几个简单页面。里面用的数据是我自己写的一个接口:https://blog.csdn.net/weixin_40693643/article/details/102752124
# 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