- Lightweight
- Only Vue dependencies
- Bundled!
- An Overlemon project
Changing the way you fly
https://jetsbooking.herokuapp.com
Route | Description | Component |
---|---|---|
/ | Displays & handles basic search | JetsBooking |
/flights | Display & handles search results with filters | Flights |
/terms | Display JetsBooking's Terms & Conditions | Terms |
/privacy | Display JetsBooking's Privacy Policy | Privacy |
/offers | Displays JetsBooking's offers | Offers |
/contact | Displays & handles JetsBooking's contact form | Contact |
/account | Todo. Hanldes user flights and preferences | Account |
* | Displays 404 Not Found page | NotFound |
Component | Description | Parameters |
---|---|---|
Helper | Handles api calls & settings | key |
Words | Translates into different languages | language |
Passengerpicker | Handles passengers selection | adults,children,infants |
Snackbar | Shows toast notification | text |
Name | Description | Component | Parameters |
---|---|---|---|
languagechanged | triggers when the user change language | Words | language |
storagechanged | triggers when storage updates | Vue create | language |
passengerchanged | triggers when user selects passengers flight | Passengerpicker | adults,children, infants |
$ npm install
npm run dev
npm run build
npm run build --report
npm run static
node server
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
vue-datepicker-local is licensed under The MIT License.