https://github.com/chihebnabil/vuex-shopping-cart
Vue / Vuex shopping cart app
https://github.com/chihebnabil/vuex-shopping-cart
axios cart-page checkout-page vue-bootstrap vue-fontawesome vue-router vuejs vuex
Last synced: 2 months ago
JSON representation
Vue / Vuex shopping cart app
- Host: GitHub
- URL: https://github.com/chihebnabil/vuex-shopping-cart
- Owner: chihebnabil
- Created: 2019-11-28T18:10:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:37:01.000Z (over 1 year ago)
- Last Synced: 2025-02-09T07:35:02.243Z (4 months ago)
- Topics: axios, cart-page, checkout-page, vue-bootstrap, vue-fontawesome, vue-router, vuejs, vuex
- Language: Vue
- Homepage: https://musing-turing-587ae5.netlify.com/#/
- Size: 513 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# vuex shopping cart

### Pages
- Home Page
- Login
- Signup
- Cart
- Checkout## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).