Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:37:01.000Z (10 months ago)
- Last Synced: 2024-02-29T21:54:01.897Z (10 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: 1
- 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
![Alt Text](https://p192.p3.n0.cdn.getcloudapp.com/items/4guxQ00W/Screen+Recording+2019-11-29+at+12.22.35.27+PM.gif?v=24cd2fc413c742c12bfe791cae4dbfda)
### 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/).