Skip to content

wppconnect-team/wppconnect-frontend-vue

Repository files navigation

WPPConnect FrontEnd VueJS


The project is in Beta, in DEVELOPMENT, this is not working yet, and bugs may occur

The repository has been without maintenance for quite some time now, and it's likely not functioning properly.

Our online channels

Discord Telegram Group WhatsApp Group YouTube

Installation

WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically. The project was developed in VueJS

Change port backend

To change host and port, just access config.js.

And change the value of IP_SERVER & IP_SOCKET_IO

Get Started

To run the project is very simple, just follow the steps below.

Clone the repository and open the unzipped project and run the following command in the terminal:

Installing

yarn install
// or
npm install

Running

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

To run, go to 'dist' folder

serve

Features

  • Chat
  • Multisession
  • Receiving messages (real time)
  • Send audio, messages, documents, images, videos, etc
  • Receive messages, images, audio, sticker, documents, etc
  • Reject call or/and with messages
  • Send attandant name
  • Send buttons List
  • Send List sections

API

This site uses wppconnect-server to populate the data. Then you will need something similar to run the project successfully.

Demo

Peek 2021-05-29 00-05