Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ittus/vuejs-firebase-shopping-cart

Shopping cart demo using Vuejs and Firebase
https://github.com/ittus/vuejs-firebase-shopping-cart

e-commerce firebase firebase-auth firebase-database shopping-cart vue-router vuejs2 vuex2

Last synced: 4 days ago
JSON representation

Shopping cart demo using Vuejs and Firebase

Awesome Lists containing this project

README

        

# vuejs-shopping-apps

> A shopping cart with VueJS

## Get Started

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve
```

Or use `yarn`
``` bash
yarn install
yarn serve
```

You can use data in `data/` folder to import to `products` node in your firebase app.

## Features

This project implements basic shopping cart features:
* Login / Register
* Pull products list from API
* Add/Remove item to shopping cart

## Technical details

* VueJS [^2.2.1]
* [Bootstrap 4](https://getbootstrap.com/)
* Firebase (auth and realtime database)

## Demo

Checkout demo at [Demo](http://vuejs-shopping-cart.coddeine.com/)

![Alt text](/screenshots/screenshot1.png?raw=true "Optional Title")

## Support
Buy Me A Coffee

## Contributing

As I use this for my own projects, I know this might not be the perfect approach
for all the projects out there. If you have any ideas, just
[open an issue][issues] and tell me what you think.

If you'd like to contribute, please fork the repository and make changes as
you'd like. Pull requests are warmly welcome.