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.
- Host: GitHub
- URL: https://github.com/harmnot/checkout_form
- Owner: harmnot
- Created: 2020-07-16T15:30:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T09:02:56.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T01:43:40.463Z (3 months ago)
- Topics: javascript, stylus, vue, vue-slot, webpack
- Language: Vue
- Homepage: http://checkout-cart.surge.sh
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.