From be88089a6bd8a35cb224a79e30f265641dbc4421 Mon Sep 17 00:00:00 2001 From: Mohammad Hussain Nagaria <34810212+NagariaHussain@users.noreply.github.com> Date: Mon, 8 May 2023 19:41:40 +0530 Subject: [PATCH] docs: add basic screenshots --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e3bbee..772c47e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,12 @@ This template should help get you started developing custom frontend for Frappe apps with Vue 3 and the Frappe UI package. +![Auth](https://user-images.githubusercontent.com/34810212/236846289-ac31c292-81ea-4456-be65-95773a4049be.png) + +![Home](https://user-images.githubusercontent.com/34810212/236846299-fd534e2b-1c06-4f01-a4f2-91a27547cd55.png) + This boilerplate sets up Vue 3, Vue Router, TailwindCSS, and Frappe UI out of -the box. +the box. It also has basic authentication frontend. ## Usage