This is the example code for the Vue getting started guide.
To run this tutorial, you will need:
- Clone or download this project.
- Replace
<APP_ID>
insrc/components/Chat.vue
with the value found in the Settings tab of your TalkJS dashboard. - Run
npm install
to install dependencies. - Run
npm run dev
to start the server. - Navigate to
http://localhost:5173/
to view the app