Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bpetermann/vue-shopping-cart
- Owner: bpetermann
- Created: 2022-09-10T20:03:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T15:53:40.000Z (over 1 year ago)
- Last Synced: 2024-11-23T00:34:11.421Z (2 months ago)
- Topics: vite, vue
- Language: Vue
- Homepage:
- Size: 712 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```