This project was bootstrapped with Vue quickstart.
- Banuba client token
- Nodejs installed
- Browser with support of WebGL 2.0
Banuba Client token is required to get Banuba SDK Web AR working.
To receive a new trial client token please fill in the form on banuba.com website, or contact us via info@banuba.com.
Clone the repository
git clone https://github.com/Banuba/quickstart-web-vue.gitInstall the project dependencies
npm installInsert Banuba client token at src/components/BanubaClientToken.js
export const BANUBA_CLIENT_TOKEN = "PUT YOUR CLIENT TOKEN HERE"Run the app in the development mode via the command
npm run devThe page will reload if you make edits. You will also see any lint errors in the console.
To learn Vue, check out the Vue documentation.
To learn Banuba SDK Web AR, check out the Banuba Web AR SDK documentation.