An open API service indexing awesome lists of open source software.

https://github.com/styx11/travel-mobile

🐫Just a vue project practice
https://github.com/styx11/travel-mobile

travel vue

Last synced: 10 months ago
JSON representation

🐫Just a vue project practice

Awesome Lists containing this project

README

          

# vue-project-travel

> Vue.js仿制移动端去哪网

本项目为个人在学习Vue.js过程中的练手项目,利用vue-cli脚手架工具初始化,主要涉及了Vue.js基础、组件化开发、事件总线以及各类插件的使用

## 预览图
![](./src/assets/verb.gif '预览')

## 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
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).