Vue.js Example: Amazon Checkout Page
This is a simple Vue.js example to imitate the checkout page of Amazon.com.
The source code can be found at amazon-checkout-examples.
There are two values that will be updated accordingly:
- The
Billing address
will update withShipping address
. - The
Order total
andtax
will update with the change of each item’sQuantity
.