From 81de89be58c44b4b16053db8e960abb24044dbe9 Mon Sep 17 00:00:00 2001 From: enisn Date: Tue, 18 Mar 2025 18:42:31 +0300 Subject: [PATCH] Update post.md --- .../Community-Articles/2025-03-18-Using-Vue-Components/post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2025-03-18-Using-Vue-Components/post.md b/docs/en/Community-Articles/2025-03-18-Using-Vue-Components/post.md index dacd314af7..eb9a83d428 100644 --- a/docs/en/Community-Articles/2025-03-18-Using-Vue-Components/post.md +++ b/docs/en/Community-Articles/2025-03-18-Using-Vue-Components/post.md @@ -1,4 +1,4 @@ -# Using Vue components in your Razor Pages ABP Application +# Using Vue components in a Razor Pages ABP Application In modern web development, integrating dynamic front-end frameworks with server-side technologies has become increasingly essential for creating responsive and interactive applications. This article explores how to effectively use Vue components within Razor Pages in an ABP Framework application. We will delve into the process of consuming endpoints through ABP Client Proxies, leveraging ABP's powerful localization features to enhance user experience, and implementing ABP permissions to ensure secure access control. By the end of this guide, you will have a comprehensive understanding of how to seamlessly blend Vue.js with Razor Pages, empowering you to build robust and user-friendly applications.