Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaykef/openai-imagegeneration-vue3
Utilizing OpenAI's Image Generation api with vue3, vite and pinia(similar to the DALLE app)
https://github.com/jaykef/openai-imagegeneration-vue3
Last synced: 12 days ago
JSON representation
Utilizing OpenAI's Image Generation api with vue3, vite and pinia(similar to the DALLE app)
- Host: GitHub
- URL: https://github.com/jaykef/openai-imagegeneration-vue3
- Owner: Jaykef
- Created: 2023-01-11T10:47:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T08:14:30.000Z (about 2 years ago)
- Last Synced: 2024-12-17T04:24:07.844Z (2 months ago)
- Language: Vue
- Size: 7.31 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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```sh
VITE_OpenApiKey=YOUR_API_KEY
```
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```
![]()
![]()
![]()
![]()