https://github.com/errec/book-flight
App for airplane flight bookings using Vue, Vuex
https://github.com/errec/book-flight
Last synced: 4 months ago
JSON representation
App for airplane flight bookings using Vue, Vuex
- Host: GitHub
- URL: https://github.com/errec/book-flight
- Owner: Errec
- Created: 2018-12-28T23:45:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T22:14:06.000Z (over 7 years ago)
- Last Synced: 2025-05-14T22:42:14.782Z (about 1 year ago)
- Language: Vue
- Size: 1.13 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# book-flight
## [Online APP Here](http://maxmilhas.surge.sh/)
```
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint