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

https://github.com/webmasterdevlin/vue-cart

A reactive online cart using Vuejs, Vuex, and Vuetify
https://github.com/webmasterdevlin/vue-cart

Last synced: 9 months ago
JSON representation

A reactive online cart using Vuejs, Vuex, and Vuetify

Awesome Lists containing this project

README

          

# Reactive Online Cart using Vue, Vuex, and Vuetify.

```sh
$ git clone https://github.com/webmasterdevlin/vue-cart.git
$ cd vue-cart
$ npm install
$ npm run serve
```

### Tasks

- Application should display selected Product and Total Price. (done)
- Products and available quantities should be loaded from separate JSON files. (done)
- “Buy now” button does not have any specific action. (done)

Go to http://localhost:8080

![screenshot](./screenshot.png)