https://github.com/blocklune/llm-app-frontend-app
A ChatGPT-like frontend panel. Aiming to learn Nuxt in practice.
https://github.com/blocklune/llm-app-frontend-app
chatgpt nuxt
Last synced: about 1 year ago
JSON representation
A ChatGPT-like frontend panel. Aiming to learn Nuxt in practice.
- Host: GitHub
- URL: https://github.com/blocklune/llm-app-frontend-app
- Owner: BlockLune
- Created: 2024-05-16T08:00:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T03:18:41.000Z (about 2 years ago)
- Last Synced: 2025-03-26T19:48:19.316Z (over 1 year ago)
- Topics: chatgpt, nuxt
- Language: Vue
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM-APP Nuxt Frontend
A frontend project that aims to build a ChatGPT-like panel using [Nuxt](https://nuxt.com) & [Nuxt UI](https://ui.nuxt.com).
## Setup
Make sure to install the dependencies:
```bash
pnpm install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
pnpm run dev
```
## Production
Build the application for production:
```bash
pnpm run build
```
Locally preview production build:
```bash
pnpm run preview
```