Ecosyste.ms: Awesome

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

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 1 month ago
JSON representation

Shopping cart example using Vue 3 and Pinia

Lists

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
```