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 addresswill update withShipping address. - The 
Order totalandtaxwill update with the change of each item’sQuantity.