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: 15 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T05:31:53.000Z (over 1 year ago)
- Last Synced: 2024-10-17T00:27:51.574Z (about 1 month ago)
- Topics: daisyui, pinia, vue
- Language: Vue
- Homepage: https://vue-cart.vercel.app
- Size: 151 KB
- Stars: 127
- Watchers: 4
- Forks: 38
- 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
```