This is a quickstart for using the Zoom Video SDK for Vue using Nuxt 3
- Node LTS
- Bun (or npm)
- Zoom Video SDK credentials
- Clone the repository
git clone https://github.com/zoom/VideoSDK-VueNuxt-Quickstart.git- Create an
.envfile in the root directory
cd videosdk-nuxt-quickstart
cp .env.example .envFill in the ZOOM_SDK_KEY and ZOOM_SDK_SECRET with your credentials.
- Install the dependencies
bun install- Run the development server
bun run devOpen a browser and visit http://localhost:3000.