vuejs-shopping-apps
Shopping cart demo using Vuejs and Firebase.
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)