https://github.com/vortesnail/vue-travel
A simple vue app from immoc tutorial
https://github.com/vortesnail/vue-travel
Last synced: 21 days ago
JSON representation
A simple vue app from immoc tutorial
- Host: GitHub
- URL: https://github.com/vortesnail/vue-travel
- Owner: vortesnail
- License: mit
- Created: 2019-12-08T04:09:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:24:52.000Z (over 2 years ago)
- Last Synced: 2025-02-11T12:22:14.062Z (2 months ago)
- Language: JavaScript
- Size: 2.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-travel
> A simple vue app from immoc tutorial
## 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).