/flask-vite

Cookiecutter template for Flask-Inertia and the VITE stack (Vue, Inertia, TailwindCSS, Vite)

Primary LanguageJavaScript

Flask-VITE cookiecutter

Cookiecutter template for Flask-Inertia and the VITE stack (Vue, Inertia, TailwindCSS, Vite).

Features

Provides a minimal skeleton for a Flask application with the following configuration:

  • VueJS 3
    • Vite config
    • A $route plugin to access Flask defined routes from JavaScript
    • TailwindCSS

Use

pipx install cookiecutter
cookiecutter gh:rr0001/flask-vite

You will be asked about your basic info that will be used in your project.

Credits

Sourced from Flask-Inertia-Cookiecutters