https://github.com/wobsoriano/vue-cart
Shopping cart example using Vue 3 and Pinia
https://github.com/wobsoriano/vue-cart
daisyui pinia vue
Last synced: about 2 months ago
JSON representation
Shopping cart example using Vue 3 and Pinia
- Host: GitHub
- URL: https://github.com/wobsoriano/vue-cart
- Owner: wobsoriano
- Created: 2021-06-12T08:27:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T05:31:53.000Z (over 2 years ago)
- Last Synced: 2025-06-02T08:14:51.037Z (4 months ago)
- Topics: daisyui, pinia, vue
- Language: Vue
- Homepage: https://vue-cart.vercel.app
- Size: 151 KB
- Stars: 132
- Watchers: 5
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cart
Shopping cart example using Vue 3, Vite, [daisyUI](https://daisyui.com/) and [Pinia](https://pinia.esm.dev/).
Demo: https://vue-cart.vercel.app
## Usage
```
# Install dependencies
$ npm install# Compiles and hot-reloads for development
$ npm run dev# Compiles and minifies for production
$ npm run build# Vite preview
$ npm run serve
```