Skip to content

AlanMascorro/AI-Customer-Service-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Customer-Service-agent

Install the gemini API

pip install google-generativeai

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Tailwind

npm install -D tailwindcss@latest postcss@latest autoprefixer@latest

npx tailwindcss init -p

Create the ./src/index.css file and use the @tailwind directive to include Tailwind’s base, components, and utilities styles, replacing the original file contents: /* ./src/index.css */ @tailwind base; @tailwind components; @tailwind utilities;

ensure your CSS file is being imported in your ./src/main.js file: // src/main.js import { createApp } from 'vue' import App from './App.vue' import './index.css'

createApp(App).mount('#app')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors