A Vue.js project
# 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
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
做这个只是想提高一下自己使用前端的工具能力,因为是模仿所以并没有什么实现思路
程序演示 只写了3个界面
1.去哪儿的主页面
2.去哪儿的城市选择页面
3.去哪儿的城市搜索
4.去哪儿的票选页面
其中用到了axios、vue-awesome-swiper、vuex、router、stylus、babel-polyfill等功能插件。项目虽然简单,但是真的让我受益匪浅。