/Travel

模仿去哪儿做的小东西

Primary LanguageVue

travel

A Vue.js project

Build Setup

# 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.去哪儿的主页面

1

2.去哪儿的城市选择页面

2

3.去哪儿的城市搜索

3

4.去哪儿的票选页面

4

其中用到了axios、vue-awesome-swiper、vuex、router、stylus、babel-polyfill等功能插件。项目虽然简单,但是真的让我受益匪浅。