cometchat-sample-app-vue
                                
                                 cometchat-sample-app-vue copied to clipboard
                                
                                    cometchat-sample-app-vue copied to clipboard
                            
                            
                            
                        Voice & Video Calling and Text Chat App for Vue (JavaScript/Web)
   
Vue Sample App by CometChat
This is a reference application showcasing the integration of CometChat's Vue UI Kit within a Vue framework. It provides developers with examples of implementing real-time messaging and voice and video calling features in their own Vue-based applications.
 
Prerequisites
- 
Ensure that you have Node.js and npm installed: npm install npm@latest -g
- 
Sign up for a CometChat account to get your app credentials: App ID,Region, andAuth Key
Installation
- Clone the repository:
git clone https://github.com/cometchat/cometchat-sample-app-vue.git
- Navigate to the cloned directory:
cd cometchat-sample-app-vue
- Install dependencies:
npm install
- Enter your CometChat App ID,Region, andAuth Keyin the src/AppConstants.ts file: https://github.com/cometchat/cometchat-sample-app-vue/blob/11b9f3dbb3769f9a8f4e3a387c82f0ba778e9a46/src/AppConstants.ts#L1-L5
- Run the project locally to see all CometChat features in action:
npm run serve
Help and Support
For issues running the project or integrating with our UI Kits, consult our documentation or create a support ticket or seek real-time support via the CometChat Dashboard.