Vue + FastAPI Example

This is a fairly simple template to setup a project using Vue and FastAPI.

Project Setup

npm install
pip install -r requirements.txt

Compile and Hot-Reload for Development

npm run dev-backend

Compile and Minify for Production

npm run build