Skip to content

Make-Lemonade/lemonsqueezy-api-example

Repository files navigation

Lemon Squeezy API Example

A simple Vue.js app demonstrating how you might use the Lemon Squeezy API.

Usage

To install the project:

npm install
# or
yarn

To run the project in development mode:

npm run dev
# or
yarn dev

Once running, the command output will give you a URL where you can see the app (e.g. http://localhost:3000/).

Demo

See an online demo here.