https://github.com/guillaumeduhan/vue-bootstrap-firebase
Vue-CLI 3, Bootstrap 4 & Firebase boilerplate. Ultra-light boilerplate made to deploy on Firebase immediately.
https://github.com/guillaumeduhan/vue-bootstrap-firebase
bootstrap4 firebase vue
Last synced: 5 months ago
JSON representation
Vue-CLI 3, Bootstrap 4 & Firebase boilerplate. Ultra-light boilerplate made to deploy on Firebase immediately.
- Host: GitHub
- URL: https://github.com/guillaumeduhan/vue-bootstrap-firebase
- Owner: guillaumeduhan
- Created: 2020-07-07T20:26:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:56:35.000Z (over 3 years ago)
- Last Synced: 2025-12-08T01:07:39.532Z (7 months ago)
- Topics: bootstrap4, firebase, vue
- Language: Vue
- Homepage:
- Size: 3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Bootstrap Firebase Boilerplate

- Vue.js 3
- Bootstrap 4
- Firebase
## Getting Started
[Getting started with Firebase Hosting](https://firebase.google.com/docs/hosting/quickstart)
After init, clone project and enter in folder:
```
cd my-first-vue-project
```
Run npm install:
```
npm i
```
Enjoy:
```
npm run serve
```
Build and deploy on Firebase (need to init first):
```
npm run deploy
```
## Built With
- [Vue CLI](https://cli.vuejs.org/) - Standard Tooling for Vue.js Development
- [Bootstrap](https://getbootstrap.com/) - Build responsive, mobile-first projects on the web with the world’s most popular front-end component library.
## Versioning
We use [SemVer](http://semver.org/) for versioning.
## Authors ✨
- **guillaumeduhan** - _Initial work_ - [Github](https://github.com/guillaumeduhan)
## License
This project is licensed under the MIT License.