This project is inspired by vue-bootstrap-boilerplate and ofcourse the repeated effort everytime I start a new project :)
This is a boilerplate for building web applications with Vue.js and the following tools:
- Vuejs
- Vuex
- VueRouter
- BootstrapVue
- Axios
- Firebase for Authentication
- SignIn, SignUp, SignOut
- Public and Private Page(s)
- Environment Variables and Config for different deplyment platforms such as -
devandprod.
This app comes powerd with some basic features and tools to help you get started quickly without much of assumption baggages!
Very Important: To run this a firebase credentials are needed. Please have a free firebase app config ready - this can be easily obtained from Firebase Console. The main app mounts post firebase initialization. Please check main.js before running the server.
git clone <repo>
cd <root_folder>
npm i
npm run serve
Enjoy!


