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

https://github.com/harmnot/checkout_form

checkout cart implementation using Vue, and learn a way to use slot and slot-scope in deep way for reusable component.
https://github.com/harmnot/checkout_form

javascript stylus vue vue-slot webpack

Last synced: 25 days ago
JSON representation

checkout cart implementation using Vue, and learn a way to use slot and slot-scope in deep way for reusable component.

Awesome Lists containing this project

README

        

# checkout

## Demo
Checkout Your Cart

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

### Description
implementation how to use slot and slot-scope in deep way for make
a switcher tab in Vue js and make them reactive, for live change and when
a page got refresh as well. the data on this page gonna save on localstorage when user
leaves the page or refresh it.