Welcome to bento-starter đ
đą bento-starter is an Open-Source Full-Stack solution that helps you to build fast and maintainable web applications using tools like Vue.js, Firebase, Progressive Web Apps support, dynamic offline support... The goal of this project is to provide a powerfull and well configured stack (with CI/CD, hosting...) so you can focus on writing your web application very quickly.
As this project is a template project and not a CLI, you have access to the entire app configuration so you can change it according to your needs.
Demo
đ https://bento-starter.firebaseapp.com
Install the PWA demo from Google Play Store đ bento-starter Google Play Store
bento-starter comes with a small example of "products management" in the products page(Authentication required) to demonstrate how to manage your data with this stack.
Lighthouse score :
Optional preconfigured Github Actions workflow :
- âī¸ Check tests and quality
- âī¸ Build the project
- đ Deploy to firebase hosting
The stack is made up of :
- đ¤ Vue.js : front-end framework
- đ§ Vue-cli : standard tooling for vue.js development
- đ Vuex : state management
- đž Firestore : cloud NoSQL Database
- đ Firebase hosting : fast and secure web hosting
- đ¤ Firebase authentication : for easy authentication
- đą PWA : progressive web app support
- đ Prettier : code formatting rules
- đ¨ Eslint : control code quality
- â Jest : unit testing
- â Cypress : e2e testing
- đ Vue head : meta description per page
- đ [Optional] prerender spa plugin : pages prerendering
- đ [Optional] Github Actions : continuous integration/deployment
- đĻ [Optional] bundlesize : control your javascript bundles sizes
App embedded features :
- đ¤ Google authentication
- đ´ Offline support (dynamic & static caching)
- đ New version available prompt on new app deployments
- â Add to home screen prompt for ios & android
- âŠī¸ Smart redirection for auth protected routes
- ⨠Products page example to demonstrate app data management with firestore and vuex
- đĒ Better PWA support for all browsers with PWACompat