File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" >
492493 </div >
493494</div >
494495
495-
496-
497496<script type =" module" >
498497import { mount } from " app.mjs"
499498import { ref , computed } from " vue"
You can’t perform that action at this time.
0 commit comments