Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hamideidy/vuex-cart

Implementing a shopping cart project with Vue.js, managing state with VueX, and storing the shopping cart in localStorage.
https://github.com/hamideidy/vuex-cart

cart css eslint html javascript local-storage localstorage store vue3 vuejs vuex vuex-store vuex4

Last synced: about 1 month ago
JSON representation

Implementing a shopping cart project with Vue.js, managing state with VueX, and storing the shopping cart in localStorage.

Awesome Lists containing this project

README

        

# vuex-project
Vuex in Vue.js
![vuex](https://github.com/HamidEidy/Vuex-Cart/assets/148962898/31202afd-5e82-4da0-959f-15c92c8c3185)

![vuex2](https://github.com/HamidEidy/Vuex-Cart/assets/148962898/8b00f936-d26e-4d84-afb8-b24322536ec7)

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