This website requires JavaScript.
Explore
Help
Sign In
LeoVasanko
/
fastapi-vue-setup
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
47e5ec279ccac7eea214e44d524c901dd71aeeae
fastapi-vue-setup
/
template
/
scripts
/
fastapi-vue
T
History
LeoVasanko
47e5ec279c
Hide tool.CMD .EXE etc. from logs, makes Windows cleaner.
2026-02-02 20:42:18 +00:00
..
build-frontend.py
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).
2026-01-30 18:15:52 +00:00
buildutil.py
Hide tool.CMD .EXE etc. from logs, makes Windows cleaner.
2026-02-02 20:42:18 +00:00
devutil.py
Refactor with new fastapi-vue utility module to run the server, used in CLI main and devserver to run the main app. Default ports made part of templating, so that --ports can be easily specified to fastapi-vue-setup to customize (respects earlier choices when no --ports is specified). New overall default ports 3100, 3200.
2026-02-02 19:56:31 +00:00