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: 5 days ago
JSON representation
Implementing a shopping cart project with Vue.js, managing state with VueX, and storing the shopping cart in localStorage.
- Host: GitHub
- URL: https://github.com/hamideidy/vuex-cart
- Owner: HamidEidy
- Created: 2023-12-11T07:39:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T11:16:08.000Z (over 1 year ago)
- Last Synced: 2025-02-21T23:33:47.688Z (5 months ago)
- Topics: cart, css, eslint, html, javascript, local-storage, localstorage, store, vue3, vuejs, vuex, vuex-store, vuex4
- Language: Vue
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuex-project
Vuex in Vue.js

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