Skip to content

Commit 7552f5c

Browse files
committed
Update 2024-03-01_vite-press-plugin.md
1 parent 5b76ed8 commit 7552f5c

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

src/_posts/2024-03-01_vite-press-plugin.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ add markdown powered content features without needing to adopt an opinionated fr
1212

1313
## Universal Markdown Features
1414

15-
A goal for **vite-press-plugin** is to implement a suite of universal markdown-powered features that can be
16-
reused across all our Vue, React and .NET Razor and Blazor project templates, allowing you to freely copy and
17-
incorporate same set of markdown feature folders to power markdown content features across a range of
18-
websites built with different technologies.
15+
A goal for **vite-press-plugin** is to implement a suite of universal markdown-powered features that can be reused across
16+
Vue, React and .NET Razor and Blazor projects, allowing you to incorporate same set of markdown feature
17+
folders to power markdown content features across a range of websites built with different technologies.
1918

2019
### Vite Apps with vite-press-plugin
2120

22-
The **vite-press-plugin** currently powers the markdown features in the following Vite Vue and React templates:
21+
The **vite-press-plugin** currently powers the markdown features in the static Vite Vue and React templates which are
22+
ideal for creating static websites, blogs, documentation and marketing websites that can be hosted FREE on [GitHub Pages CDN](https://pages.github.com):
2323

24-
#### Vite Templates with vite-press-plugin
24+
#### Static Vite Templates with vite-press-plugin
2525

2626
- [press-vue](https://press-vue.servicestack.net) - Vite Vue App
2727
- [press-react](https://press-react.servicestack.net) - Vite React App
@@ -37,8 +37,17 @@ The **vite-press-plugin** currently powers the markdown features in the followin
3737
</a>
3838
</div>
3939

40+
The **vite-press-plugin** makes the Markdown features available to the Vite App, whilst the markdown rendering itself is optimally
41+
implemented in:
42+
43+
- Vue Templates - with [markdown-it](https://github.com/markdown-it/markdown-it) in [Vue SFC](https://vuejs.org/guide/scaling-up/sfc.html) Components
44+
- React Templates - with [remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com) in [React](https://react.dev) Components
45+
4046
#### .NET 8 API backend with Vite Vue & React SPA frontend
4147

48+
When more capabilities are required and you want a .NET API backend to your Vite Vue or React SPA frontend,
49+
you can use one of our integrated .NET 8 SPA templates:
50+
4251
- [vue-spa](https://vue-spa.web-templates.io) - .NET 8 API with Vite Vue SPA frontend
4352
- [react-spa](https://react-spa.web-templates.io) - .NET 8 API with Vite React SPA frontend
4453

@@ -53,12 +62,6 @@ The **vite-press-plugin** currently powers the markdown features in the followin
5362
</a>
5463
</div>
5564

56-
The **vite-press-plugin** makes the Markdown features available to the Vite App, whilst the markdown rendering itself is optimally
57-
implemented in:
58-
59-
- Vue Templates - with [markdown-it](https://github.com/markdown-it/markdown-it) in [Vue SFC](https://vuejs.org/guide/scaling-up/sfc.html) Components
60-
- React Templates - with [remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com) in [React](https://react.dev) Components
61-
6265
### .NET Templates with C# and Markdig
6366

6467
Whilst the same Markdown feature folders are [implemented in C#](https://razor-ssg.web-templates.io/posts/razor-ssg)
@@ -67,8 +70,8 @@ and rendered with [Markdig](https://github.com/xoofx/markdig) and either Razor P
6770
#### .NET 8 Razor SSG and Blazor SSR Templates
6871

6972
- [razor-ssg](https://razor-ssg.web-templates.io) - .NET Razor SSG Blog and Marketing Website with **Markdig**
70-
- [blazor-vue](https://blazor-vue.web-templates.io) - .NET 8 Blazor Server Rendered Website with **Markdig**
7173
- [razor-press](https://razor-press.web-templates.io) - .NET Razor SSG Documentation Website with **Markdig**
74+
- [blazor-vue](https://blazor-vue.web-templates.io) - .NET 8 Blazor Server Rendered Website with **Markdig**
7275

7376
<div class="not-prose mt-8 grid grid-cols-2 gap-4">
7477
<a class="block group border dark:border-gray-800 hover:border-indigo-700 dark:hover:border-indigo-700 flex flex-col justify-between" href="https://razor-ssg.web-templates.io">

0 commit comments

Comments
 (0)