You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_posts/2024-03-01_vite-press-plugin.md
+16-13Lines changed: 16 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,16 @@ add markdown powered content features without needing to adopt an opinionated fr
12
12
13
13
## Universal Markdown Features
14
14
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.
19
18
20
19
### Vite Apps with vite-press-plugin
21
20
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):
23
23
24
-
#### Vite Templates with vite-press-plugin
24
+
#### Static Vite Templates with vite-press-plugin
25
25
26
26
-[press-vue](https://press-vue.servicestack.net) - Vite Vue App
27
27
-[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
37
37
</a>
38
38
</div>
39
39
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
+
40
46
#### .NET 8 API backend with Vite Vue & React SPA frontend
41
47
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
+
42
51
-[vue-spa](https://vue-spa.web-templates.io) - .NET 8 API with Vite Vue SPA frontend
43
52
-[react-spa](https://react-spa.web-templates.io) - .NET 8 API with Vite React SPA frontend
44
53
@@ -53,12 +62,6 @@ The **vite-press-plugin** currently powers the markdown features in the followin
53
62
</a>
54
63
</div>
55
64
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
-
62
65
### .NET Templates with C# and Markdig
63
66
64
67
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
67
70
#### .NET 8 Razor SSG and Blazor SSR Templates
68
71
69
72
-[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**
71
73
-[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**
0 commit comments