Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:56:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T02:22:32.224Z (about 1 month ago)
- Topics: bootstrap4, firebase, vue
- Language: Vue
- Homepage:
- Size: 3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Bootstrap Firebase Boilerplate
![logo](https://repository-images.githubusercontent.com/277915110/bd837c80-c0a1-11ea-8c83-d0f92e6dec86)
- 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.