c23401de88
Avoid external venv or of fastapi-vue-setup itself leaking into target project. Cleaner and faster uv processing.
v0.6.1
LeoVasanko2026-02-02 13:46:34 +00:00
c271f66615
Work around some Microsoft idiocy to attain Windows compatibility.
LeoVasanko2026-02-02 13:28:36 +00:00
458d798022
Refactored scripts to remove any extra code from build-frontend.py and devserver.py (for better user editability). Individual helper functions can still be imported from scripts/fastapi-vue/ for any customization needs. Removed devmode support from CLI entry point simplifying it. Instead running via FastAPI CLI in dev mode (but it is still easy to modify to use a custom CLI entry).
v0.6.0
LeoVasanko2026-01-30 18:15:52 +00:00
4156eb2db3
Better handling of upgrades, an option to avoid overwriting main and devserver scripts, writing .new.py instead. Error out on unix socket in devserver.
v0.4.0
LeoVasanko2026-01-21 21:13:23 +00:00
3f6559b2db
Simplify devserver script and remove its duplicated parse_endpoint function.
LeoVasanko2026-01-18 01:15:34 +00:00
71d4e053a7
Strictly correct indent and formatting on Vue demo patches.
v0.3.0
LeoVasanko2026-01-17 23:21:01 +00:00
7fc549e2f3
Strictly correct indent and formatting on Vue demo patches.
Leo Vasanko2026-01-17 23:21:01 +00:00
1c3dfd4545
Setup script cleanup. Use discovered app module and var names when creating __main__.py from template. README updates.
Leo Vasanko2026-01-17 23:04:07 +00:00
2dec331afb
Setup script cleanup. Use discovered app module and var names when creating __main__.py from template. README updates.
LeoVasanko2026-01-17 23:04:07 +00:00
9208718b3f
Completely rewritten CLI main, support unix sockets and wildcard bindings.
Leo Vasanko2026-01-17 22:48:13 +00:00
64f43df3e3
Completely rewritten CLI main, support unix sockets and wildcard bindings.
LeoVasanko2026-01-17 22:48:13 +00:00
cf1c536f5c
Adjust vite args (cleanup, don't clear screen).
Leo Vasanko2026-01-17 22:20:27 +00:00
1690b051c4
Fix deno npm run-p problem that was preventing TypeScript builds on Deno, by using build-only instead.
Leo Vasanko2026-01-17 16:40:43 +00:00
52ec232ce4
Fix deno npm run-p problem that was preventing TypeScript builds on Deno, by using build-only instead.
LeoVasanko2026-01-17 16:40:43 +00:00
c6378e6abd
Better handling of dependencies. Display FastAPI status in Vue demo apps.
Leo Vasanko2026-01-17 03:28:41 +00:00
a6ef9b7c8f
Better handling of dependencies. Display FastAPI status in Vue demo apps.
v0.0.2
LeoVasanko2026-01-17 03:28:41 +00:00