Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamideidy/pinia-cart
Implementing a shopping cart project with Vue.js, managing state with Pinia, and storing the shopping cart in localStorage.
https://github.com/hamideidy/pinia-cart
cart css html javascript local-storage localstorage pinia pinia-vuejs shopping-cart state-management store vue vue3 vuejs
Last synced: about 1 month ago
JSON representation
Implementing a shopping cart project with Vue.js, managing state with Pinia, and storing the shopping cart in localStorage.
- Host: GitHub
- URL: https://github.com/hamideidy/pinia-cart
- Owner: HamidEidy
- Created: 2023-12-16T18:18:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T10:45:45.000Z (about 1 year ago)
- Last Synced: 2024-11-08T22:47:55.637Z (3 months ago)
- Topics: cart, css, html, javascript, local-storage, localstorage, pinia, pinia-vuejs, shopping-cart, state-management, store, vue, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pinia-project
Pinia in Vue.js
![pinia1](https://github.com/HamidEidy/Pinia-Cart/assets/148962898/30cf4a90-1804-4852-936b-bf02d4669e07)![pinia2](https://github.com/HamidEidy/Pinia-Cart/assets/148962898/784b23fb-5f11-4607-9954-550f47beefa6)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).