Hi there.
This is a sub-project of Dialog flow chat bot
It's built on Vue3
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
git clone https://github.com/dialogflowchatbot/dialogflow-frontend
cd dialogflow-frontend
npm install
npm run dev
On Windows, run the r
command directly in the project root directory
npm run build
On Windows, run the b
command directly in the project root directory
🎨 This repository only contains static files,
🎄 those back end logic files is here: Dialog flow chat bot back end