bento-starter

Full-Stack solution to quickly build PWA applications with Vue.js and Firebase

MIT License

Stars
1.5K

๐Ÿฑ 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 powerful 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.

๐Ÿ“– Documentation

Want to setup this stack ?

๐Ÿ‘‰ The full documentation is available here

Demo

๐Ÿ‘‰ https://bento-starter.firebaseapp.com

Install the PWA demo from Google Play Store ๐Ÿ‘‰ bento-starter Google Play Store

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]circleci : continuous integration/deployment
  • ๐Ÿ“ฆ [Optional]bundlesize : control your js 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

โœจ Contributors

Show your support

โญ๏ธ this repo

๐Ÿ’ฌ Chat

Want to chat with us ? ๐Ÿ‘‰ join bento-starter slack

License

This project is MIT licensed.

Related Projects