Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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