Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.