Cookiecutters templates for Flask-inertia.
This repository provides several cookiecutter templates using directories.
It will create a minimal skeleton for a Flask application binded with Inertia thanks to Flask-Inertia Adapter with the following JS frameworks:
- VueJS 3 -- Vue CLI
- TypeScript
- WebPack config
- A
$route
plugin to access Flask defined routes from JavaScript
- VueJS 3 -- Vite
- TypeScript
- Vite config
- A
$route
plugin to access Flask defined routes from JavaScript
- Svelte
- TypeScript
- Rollup config
- React
- TypeScript
- Vite config
pip install cookiecutter
cookiecutter https://github.com/j0ack/flask-inertia-cookiecutters.git --directory=[vue3-vue-cli|vue3-vite|svelte|react]
You will be asked about your basic info that will be used in your project.