Utilizing OpenAI's Image Generation api with vue3, vite and pinia(similar to the DALLE app)
Create a .env file and add in you OpenAI API key. Create API key here
VITE_OpenApiKey=YOUR_API_KEY
See Vite Configuration Reference.
npm install
npm run dev
npm run build