Skip to content

This is a sample application that demonstrates how to use the Zoom Video SDK in a Vue / Nuxt app

Notifications You must be signed in to change notification settings

zoom/videosdk-vue-nuxt-quickstart

Repository files navigation

Zoom VideoSDK Vue Nuxt Quickstart

This is a quickstart for using the Zoom Video SDK for Vue using Nuxt 3

Prerequisites:

  1. Clone the repository
git clone https://github.com/zoom/VideoSDK-VueNuxt-Quickstart.git
  1. Create an .env file in the root directory
cd videosdk-nuxt-quickstart
cp .env.example .env

Fill in the ZOOM_SDK_KEY and ZOOM_SDK_SECRET with your credentials.

  1. Install the dependencies
bun install
  1. Run the development server
bun run dev

Open a browser and visit http://localhost:3000.

About

This is a sample application that demonstrates how to use the Zoom Video SDK in a Vue / Nuxt app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published