Skip to content

Commit 40bab9a

Browse files
committed
Update Vue/React
1 parent 928df7d commit 40bab9a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

MyApp/Pages/React/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160

161161
<ul class="text-lg text-slate-600 max-w-2xl mx-auto mb-12 list-disc list-inside space-y-2">
162162
<li>Mix .NET Razor Pages and React UIs in the same application</li>
163-
<li>Includes <a href="https://github.com/NetCoreTemplates/react-static/tree/main/MyApp/Areas/Identity/Pages" class="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300">Tailwind Identity Auth Razor Pages</a> from the <a href="https://github.com/NetCoreTemplates/razor" class="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300">razor</a> template</li>
163+
<li>Includes customizable <a href="https://github.com/NetCoreTemplates/react-static/tree/main/MyApp/Areas/Identity/Pages" class="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300">Tailwind Identity Auth Razor Pages</a></li>
164164
<li>Gradual migration strategy for modernizing legacy ASP.NET websites</li>
165165
<li>Progressively replace pages or sections without complete rewrites</li>
166166
</ul>

MyApp/Pages/Vue/Index.cshtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@
7272

7373
<ul class="text-lg text-slate-600 max-w-2xl mx-auto mb-12 list-disc list-inside space-y-2">
7474
<li>Mix .NET Razor Pages and Vue UIs in the same application</li>
75-
<li>Includes <a href="https://github.com/NetCoreTemplates/vue-static/tree/main/MyApp/Areas/Identity/Pages" class="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300">Tailwind Identity Auth Razor Pages</a> from the <a href="https://github.com/NetCoreTemplates/razor" class="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300">razor</a> template</li>
75+
<li>Includes customizable <a href="https://github.com/NetCoreTemplates/vue-static/tree/main/MyApp/Areas/Identity/Pages" class="text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300">Tailwind Identity Auth Razor Pages</a>
7676
<li>Gradual migration strategy for modernizing legacy ASP.NET websites</li>
7777
<li>Progressively replace pages or sections without complete rewrites</li>
78+
<li>AI Friendly Vite, Vue, TypeScript and Tailwind CSS UI stack</li>
7879
</ul>
7980

8081
<h2 class="mb-12 mt-16 text-center text-3xl md:text-4xl font-bold tracking-tight md:tracking-tighter leading-tight text-gray-900 dark:text-gray-100">
@@ -492,8 +493,6 @@
492493
</div>
493494
</div>
494495

495-
496-
497496
<script type="module">
498497
import { mount } from "app.mjs"
499498
import { ref, computed } from "vue"

0 commit comments

Comments
 (0)