Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bpetermann/vue-shopping-cart

Shopping cart demo built with Vue.js
https://github.com/bpetermann/vue-shopping-cart

vite vue

Last synced: 2 days ago
JSON representation

Shopping cart demo built with Vue.js

Awesome Lists containing this project

README

        

## Vue Shopping Cart

- Just learning Vue by rebuilding my [shopping-cart](https://github.com/bpetermann/shopping-cart) project with vue.js

### Tools
- [Vue](https://vuejs.org/guide/quick-start.html)
- [Vuex](https://vuex.vuejs.org/)

### Thanks

- Model photo by ian dooley on Unsplash

- Product photos by Irene Kredenets on Unsplash

### Recommended IDE Setup

[VSCode](https://code.visualstudio.com/)

```
git clone https://github.com/bpetermann/vue-shopping-cart.git
cd vue-shopping-cart
npm install
npm run dev
```