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
- Host: GitHub
- URL: https://github.com/webmasterdevlin/vue-cart
- Owner: webmasterdevlin
- License: mit
- Created: 2019-11-23T20:05:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:34:10.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T13:30:14.570Z (11 months ago)
- Language: Vue
- Size: 3.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
