https://github.com/fxbin/travel
vue study hands-on exercise
https://github.com/fxbin/travel
Last synced: 5 months ago
JSON representation
vue study hands-on exercise
- Host: GitHub
- URL: https://github.com/fxbin/travel
- Owner: fxbin
- License: apache-2.0
- Created: 2020-02-15T07:40:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T08:11:20.000Z (almost 6 years ago)
- Last Synced: 2025-05-16T08:43:58.724Z (about 1 year ago)
- Language: Vue
- Size: 680 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# travel
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).