/OpenAI-ImageGeneration-Vue3

Utilizing OpenAI's Image Generation api with vue3, vite and pinia(similar to the DALLE app)

Primary LanguageVue

OpenAI-ImageGeneration-Vue3

Utilizing OpenAI's Image Generation api with vue3, vite and pinia(similar to the DALLE app)

Project Setup

Create a .env file and add in you OpenAI API key. Create API key here

VITE_OpenApiKey=YOUR_API_KEY

Customize configuration

See Vite Configuration Reference.

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build