Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/).