Vuejs breakfast order app with Firestore synchronization. Check a user, the food/drinks and have the total order summary at the bottom: ready to order!
- Firestore to have the data synchronized in real-time. Several users can modify their order without delay!
- Install it as iOS Home App (via Share menu in Safari), it opens without Navbar!!
- Served directly from GitHub pages!
- Bulma styling for quick prototyping.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build