Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KyleWen33/PromptXYZ
https://github.com/KyleWen33/PromptXYZ
chatgpt openai prompt prompt-toolkit prompts
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/KyleWen33/PromptXYZ
- Owner: KyleWen33
- License: mit
- Created: 2023-03-17T02:49:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-17T03:08:46.000Z (over 1 year ago)
- Last Synced: 2024-02-14T03:16:21.918Z (10 months ago)
- Topics: chatgpt, openai, prompt, prompt-toolkit, prompts
- Language: Vue
- Homepage: https://promptxyz.com
- Size: 430 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - KyleWen33/PromptXYZ - (Vue)
README
# Vue.js
This directory is a brief example of a [Vue.js](https://vuejs.org/) app that can be deployed to Vercel with zero configuration.
## Deploy Your Own
Deploy your own Vue.js project with Vercel.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/vue&template=vue)
_Live Example: https://vue-template.vercel.app_
## Running Locally
```
yarn install
```#### Compile and hot-reload for development
```
yarn serve
```#### Compile and minify for production
```
yarn build
```#### Lint and fix files
```
yarn lint
```