generated from NetCoreTemplates/razor-ssg
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Fast, SEO-friendly, Blazor Static Rendered Apps with Vue | ||
url: https://youtu.be/ujbTGn4IwFs | ||
tags: [blazor, tailwind, vue] | ||
date: 22-11-2023 | ||
order: 1 | ||
--- | ||
|
||
The new **Blazor Vue** template is ideal for building Fast, SEO-friendly, 100% statically rendered Blazor Web Apps where | ||
all its dynamic functionally uses Vue.js to progressively enhance Blazor's statically rendered content - eliminating Blazor's | ||
current limitations of being able to use Blazor SSR to develop an entire App without any of Blazor Interactivity downsides. | ||
|
||
The new [blazor-vue](/posts/net8-best-blazor) template implements all the features of the [blazor](/posts/net8-blazor-template) | ||
template but reimplements all its interactive features with **Vue.js** to and the | ||
[Vue Components library](https://docs.servicestack.net/vue/), with both templates combining the latest advancements in | ||
Blazor .NET 8 with **Tailwind CSS** styling for creating beautiful Responsive Websites with support for Dark Mode. |
3 changes: 2 additions & 1 deletion
3
MyApp/_videos/vue-projects/video3.md → .../_videos/vue-projects/custom-admin-uis.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: VitePress and Jekyll alternative for SSG Docs | ||
url: https://youtu.be/uqEa_DfFFDQ | ||
tags: razor-pages,ssg,tailwind,markdown | ||
date: 13-07-2021 | ||
order: 3 | ||
--- | ||
|
||
Introducing Razor Press, a powerful ServiceStack project template for creating documentation and content-centric websites | ||
using .NET's Razor Pages, Markdown, Tailwind CSS, and Vue. | ||
|
||
Learn how Razor Press aids in the easy creation, and deployment of your statically generated sites that can be hosted for | ||
FREE on GitHub Pages CDN |
3 changes: 2 additions & 1 deletion
3
MyApp/_videos/vue-projects/video2.md → MyApp/_videos/vue-projects/razor-ssg.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters