基于Vue2.6开发的仿去哪儿网App项目
近期在学习Vue.js的过程中,跟着慕课网实战视频做一些练手的项目,本仓库为此过程中整理的代码。项目基于Vue2.6,除核心组件 Vue Router,Vuex,Axios 外,也使用了 BetterScroll,Vue-Awesome-Swiper,FastClick 等。与视频不同的是,项目使用了最新的 Vue CLI 3.x版本,目录结构与2.x版本有所区别。
# install dependencies
npm install
# compiles and hot-reloads for development
npm run serve
# compiles and minifies for production
npm run build
# run your tests
npm run test
自定义配置请参考Configuration Reference.