Skip to content

Commit

Permalink
update project templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 24, 2023
1 parent 8cafde3 commit 41bc457
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 2 deletions.
16 changes: 16 additions & 0 deletions MyApp/_videos/vue-projects/blazor-vue.md
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.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Build beautiful custom .NET Admin UIs in minutes
url: https://youtu.be/wlRA4_owEsc
tags: vue,autoquery
tags: [vue, autoquery]
date: 14-06-2023
order: 5
---

In this video we explore the Server Multi Razor Page and Client rendered Admin UI Pages in the latest .NET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Modern Razor Pages & MVC .NET Tailwind templates
url: https://youtu.be/SyppvQB7IPs
tags: razor-pages,mvc,tailwind,vue
date: 06-07-2021
order: 2
---

ServiceStack templates provide a wide range of options when it comes to using Razor Pages in your .NET application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Rapidly develop .NET Vue.js SPA Apps
url: https://youtu.be/4HphWPrKwb0
tags: vue
date: 21-05-2021
order: 6
---

In this video tutorial, we will guide you through the process of utilizing the vue-spa template, an exceptional project template
Expand Down
13 changes: 13 additions & 0 deletions MyApp/_videos/vue-projects/razor-press.md
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
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Using Razor SSG to Create Websites in GitHub Codespaces
url: https://youtu.be/MRQMBrXi5Sc
tags: razor-pages, ssg, tailwind, codespaces
tags: razor-pages,ssg,markdown,codespaces
date: 29-03-2023
order: 4
---

This video takes an in-depth look at the [razor-ssg](https://razor-ssg.web-templates.io) ServiceStack template, a powerful tool that
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Ultimate Vue SPA & SSG Jamstack templates for .NET
url: https://youtu.be/D-rU0lU_B4I
tags: vue,vite,jamstack
date: 01-02-2022
order: 5
---

In this video tutorial, we introduce the `vue-ssg` template, a powerful combination of Vite, Vue3, and ServiceStack
Expand Down

0 comments on commit 41bc457

Please sign in to comment.