This repository contains a sample storefront implementation using Moonbase for authentication, payments and licensing. To learn more about the Moonbase Vue.js library and storefront APIs, check out the Moonbase documentation to learn more. If you have any challenges while integrating your own storefront with Moonbase, please contact us at [email protected] and we will try to help you as much as we can.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev