Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.
This template should help get you started developing with Vue 3 and the Frappe UI in Flask projects. Base skeleton to start your application using Flask-AppBuilder and Frappe UI.
git clone --recursive https://github.com/DeeloaSociety/frappe-ui-flask-template.git
cd frappe-ui-flask-template
yarn installcd frontend
yarn buildcd backend
pip install -r requirements.txtflask fab create-admin
flask runMIT