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

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

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