Skip to content

ndenys650/vuejs-firebase-shopping-cart

 
 

Repository files navigation

vuejs-shopping-apps

A shopping cart with VueJS

Get Started

# install dependencies
npm install

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

Or use yarn

yarn install
yarn dev

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]
  • Firebase (auth and realtime database)

Demo

Checkout demo at Demo

Alt text

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.

About

Shopping cart demo using Vuejs and Firebase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.9%
  • JavaScript 38.1%
  • HTML 3.0%