Examples
Vue + FastAPI
Deploy a Vue frontend with a FastAPI backend
Prompt
Prompt
❯
Create a bookmarks app with a Vue 3 frontend and Python FastAPI backend. The frontend communicates with the API over REST. Deploy both to Ink as separate services.
Services created
| Service | Type |
|---|---|
| Vue frontend | Service (static) |
| FastAPI backend | Service |