A template repo for Python + Vue.js + Docker
- Frontend: http://localhost:1313
- Backend: http://localhost:1314
- Meilisearch
- SQLite
Install the frontend dependencies by running:
pnpm install
Approve pnpm builds by running:
pnpm approve-builds
Now, you can run the app by running:
docker compose -f docker-compose.dev.yml down --rmi local && docker compose -f docker-compose.dev.yml up --build