From c6d7283df775d5506186b0fb41495f50913c665f Mon Sep 17 00:00:00 2001 From: charlene tau express Date: Tue, 27 May 2025 17:55:48 +0800 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1bb72c..922f8a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # UI_MFA -This template should help get you started developing with Vue 3 in Vite. +This is a simple web UI built with Vue 3 and Tailwind CSS for querying **MFA API endpoints**, such as: +- `/recommend` +- `/search` + +It allows users to input parameters like query, search type, page number, and page size, then send a request directly to the selected endpoint. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).