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

https://github.com/mrsunshyne/bookat

Service booking app built as PWA with Firebase, Vue.js, Vuex, vue-router, Firebase, ... [Experimental, WIP]
https://github.com/mrsunshyne/bookat

Last synced: 3 months ago
JSON representation

Service booking app built as PWA with Firebase, Vue.js, Vuex, vue-router, Firebase, ... [Experimental, WIP]

Awesome Lists containing this project

README

        

# bookat

> Service booking app built as PWA with Firebase, Vue.js, Vuex, vue-router, Firebase, ...

[![Dependencies](https://david-dm.org/naderio/bookat.svg)](https://david-dm.org/naderio/bookat)
[![Build Status](https://travis-ci.org/naderio/bookat.svg?branch=master)](https://travis-ci.org/naderio/bookat)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload
npm run dev

# build for production
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
```

## Ressources

- [Vue.js](https://vuejs.org/v2/guide/)
- [Vue Router](https://router.vuejs.org/en/)
- [Vuex](https://vuex.vuejs.org/en/)
- [vue-loader](http://vuejs.github.io/vue-loader)
- [Webpack Vue.js Template](http://vuejs-templates.github.io/webpack/)