Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

AI Chat Bot with Vue.js and GPT-4

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Explore the Project Boilerplate

In this lesson, you’ll download and setup the boilerplate code for the project.

git clone [email protected]:vueschool/ai-chatbot-course.git
cd ai-chatbot-course
git checkout boilerplate
npm install 
npm run dev

Then, we’ll take a tour around what already exists and see what we’ll build out together during the course.

Links