Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours ago
JSON representation
Shopping cart demo using Vuejs and Firebase
- Host: GitHub
- URL: https://github.com/ittus/vuejs-firebase-shopping-cart
- Owner: ittus
- License: mit
- Created: 2017-03-02T18:53:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:35:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T00:03:38.985Z (14 days ago)
- Topics: e-commerce, firebase, firebase-auth, firebase-database, shopping-cart, vue-router, vuejs2, vuex2
- Language: Vue
- Homepage: https://vuejs-shopping-cart.coddeine.com/
- Size: 3.38 MB
- Stars: 341
- Watchers: 25
- Forks: 133
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
## 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.