Skip to content

基于Nuxt.js框架和OpenAI GPT模型的聊天程序。

Notifications You must be signed in to change notification settings

all-amazing/chatgpt-nuxt

 
 

Repository files navigation

chatgpt-nuxt

preview

ENGLISH | 简体中文

Setup

To begin, please ensure you have installed all dependencies:

npm i
#or
yarn

Development Server

Launch the development server and view it at http://localhost:3000:

npm run dev
# or
yarn dev

Production

To build your application for production, execute:

npm run build
# or
yarn build

Preview the production build locally with the following command:

npm run preview
# or
yarn preview

Deploy

To deploy using Docker Compose:

docker-compose up -d # Start and run in the background.
docker-compose stop  # Stop
docker-compose down  # Stop and delete

When completed, your project will be deployed onto port 80.

If you have any feedback or suggestions for improving this README document, please don’t hesitate to let me know. I appreciate your input.

About

基于Nuxt.js框架和OpenAI GPT模型的聊天程序。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 72.8%
  • TypeScript 27.2%