Skip to content

Latest commit

 

History

History

vue-getting-started

Vue getting started guide example

This is the example code for the Vue getting started guide.

Prerequisites

To run this tutorial, you will need:

How to run the tutorial

  1. Clone or download this project.
  2. Replace <APP_ID> in src/components/Chat.vue with the value found in the Settings tab of your TalkJS dashboard.
  3. Run npm install to install dependencies.
  4. Run npm run dev to start the server.
  5. Navigate to http://localhost:5173/ to view the app