From d2e4ef8bbe370396beb5d1fb665e59648d895b46 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Mon, 26 Feb 2024 03:33:27 +0800 Subject: [PATCH] Update 2024-03-01_vite-press-plugin.md --- src/_posts/2024-03-01_vite-press-plugin.md | 43 +++++++++++++++++++--- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/src/_posts/2024-03-01_vite-press-plugin.md b/src/_posts/2024-03-01_vite-press-plugin.md index 9379af3..79da2ff 100644 --- a/src/_posts/2024-03-01_vite-press-plugin.md +++ b/src/_posts/2024-03-01_vite-press-plugin.md @@ -23,14 +23,36 @@ The **vite-press-plugin** currently powers the markdown features in the followin #### Vite Templates with vite-press-plugin - - [press-vue](https://press-vue.web-templates.io) - Vite Vue App - - [press-react](https://press-react.web-templates.io) - Vite React App +- [press-vue](https://press-vue.web-templates.io) - Vite Vue App +- [press-react](https://press-react.web-templates.io) - Vite React App + +
+ + +
press-vue.servicestack.net
+
+ + +
press-react.servicestack.net
+
+
#### .NET 8 API backend with Vite Vue & React SPA frontend - [vue-spa](https://vue-spa.web-templates.io) - .NET 8 API with Vite Vue SPA frontend - [react-spa](https://react-spa.web-templates.io) - .NET 8 API with Vite React SPA frontend +
+ + +
vue-spa.web-templates.io
+
+ + +
react-spa.web-templates.io
+
+
+ The **vite-press-plugin** makes the Markdown features available to the Vite App, whilst the markdown rendering itself is optimally implemented in: @@ -45,8 +67,19 @@ and rendered with [Markdig](https://github.com/xoofx/markdig) and either Razor P #### .NET 8 Razor SSG and Blazor SSR Templates - [razor-ssg](https://razor-ssg.web-templates.io) - .NET Razor SSG Blog and Marketing Website with **Markdig** - - [razor-press](https://razor-press.web-templates.io) - .NET Razor SSG Documentation Website with **Markdig** - [blazor-vue](https://blazor-vue.web-templates.io) - .NET 8 Blazor Server Rendered Website with **Markdig** + - [razor-press](https://razor-press.web-templates.io) - .NET Razor SSG Documentation Website with **Markdig** + +
+ + +
razor-ssg.web-templates.io
+
+ + +
blazor-vue.web-templates.io
+
+
### Markdown Feature Folders @@ -433,13 +466,13 @@ Similarly the **sh** container is ideal for displaying and copying shell command #### Input :::sh - npm run prerender + npm run dev ::: #### Output :::sh -npm run prerender +npm run dev ::: ### YouTube