Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hamideidy/vuex-cart
- Owner: HamidEidy
- Created: 2023-12-11T07:39:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T11:16:08.000Z (about 1 year ago)
- Last Synced: 2024-11-08T22:47:55.004Z (3 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
![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/).