Direct link to the article Let’s Build a JAMstack E-Commerce Store with Netlify Functions

Let’s Build a JAMstack E-Commerce Store with Netlify Functions

A lot of people are confused about what JAMstack is. The acronym stands for JavaScript, APIs, and Markup, but truly, JAMstack doesn’t have to include all three. What defines JAMstack is that it’s served without web servers. If you consider …

Avatar of Sarah Drasner
Sarah Drasner on (Updated on )
Direct link to the article Creating a Vue.js Serverless Checkout Form: Configure the Checkout Component

Creating a Vue.js Serverless Checkout Form: Configure the Checkout Component

This is the fourth post in a four-part series. In Part one, we set up a serverless Stripe function on Azure. Part two covered how we hosted the function on Github. The third part covered Stripe Elements in Vue. This …

Avatar of Sarah Drasner
Sarah Drasner on (Updated on )
Direct link to the article Creating a Vue.js Serverless Checkout Form: Application and Checkout Component

Creating a Vue.js Serverless Checkout Form: Application and Checkout Component

This is the third post in a four-part series. In part one, we set up a serverless Stripe function on Azure. Part two covered how we hosted the function on Github. This post will focus on wiring everything up as …

Avatar of Sarah Drasner
Sarah Drasner on (Updated on )
Direct link to the article Creating a Vue.js Serverless Checkout Form: Stripe Function and Hosting

Creating a Vue.js Serverless Checkout Form: Stripe Function and Hosting

We’re now in the second post of a four-part series where we’re creating a checkout form application in Vue.js that can accept payments via the Stripe API. In part one, we looked at the concept of serverless functions, set one …

Avatar of Sarah Drasner
Sarah Drasner on (Updated on )