/aghq-chat-starter

A starter chatbot client for Agent HQ

Primary LanguageVue

AGHQ Chat Kit

Add a .env file to the root of the project with the following contents:

  VITE_APP_NAME="My Chatbot Name"
  VITE_AGHQ_API_ACCESS_TOKEN=your_aghq_api_access_token
  VITE_AGHQ_AGENT_ID=your_aghq_agent_id

If deploying, replace the

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint