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
- Host: GitHub
- URL: https://github.com/styx11/travel-mobile
- Owner: Styx11
- License: mit
- Created: 2018-06-26T14:44:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:07:40.000Z (over 3 years ago)
- Last Synced: 2025-03-14T02:25:11.323Z (about 1 year ago)
- Topics: travel, vue
- Language: Vue
- Homepage:
- Size: 19.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-project-travel
> Vue.js仿制移动端去哪网
本项目为个人在学习Vue.js过程中的练手项目,利用vue-cli脚手架工具初始化,主要涉及了Vue.js基础、组件化开发、事件总线以及各类插件的使用
## 预览图

## 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).