Skip to content

Commit f314df6

Browse files
committed
Remove vue-ssg
1 parent 8197c5d commit f314df6

19 files changed

+399
-132
lines changed

MyApp/Pages/Vue/Index.cshtml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -410,22 +410,6 @@
410410
</a>
411411
<a class="text-sm text-center mr-4" href="https://vue-vite.jamstacks.net">vue-vite.jamstacks.net</a>
412412
</div>
413-
<div>
414-
<a class="hover:no-underline" :href="zipUrl('NetCoreTemplates/vue-ssg')">
415-
<div class="bg-white dark:bg-gray-800 px-4 py-4 mr-4 mb-4 rounded-lg shadow-lg text-center items-center justify-center hover:shadow-2xl dark:border-2 dark:border-pink-600 dark:hover:border-blue-600" style="min-width:150px">
416-
<div class="text-center font-extrabold flex items-center justify-center mb-2">
417-
<div class="text-4xl text-blue-400 my-3">
418-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="w-14 h-14 iconify iconify--logos" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#F0047F" d="M128 0C57.221 0 0 57.221 0 128c0 70.778 57.221 128 128 128c70.778 0 128-57.222 128-128V0H128Z"></path><path fill="#FFF" d="M121.04 134.96v93.312c-49.663-2.837-89.64-42.345-93.215-91.81l-.097-1.502h93.312Zm90.962 0c-2.6 49.664-38.816 89.64-84.159 93.215l-1.377.097V134.96h85.536Zm.112-91.074v85.648h-85.648V43.886h85.648Z"></path></svg>
419-
</div>
420-
</div>
421-
<div class="text-xl font-medium text-gray-700">Vue SSG</div>
422-
<div class="flex justify-center h-8"></div>
423-
<span class="archive-name px-4 pb-2 text-blue-600 dark:text-indigo-400">{{ projectZip }}</span>
424-
<div class="count mt-1 text-gray-400 text-sm"></div>
425-
</div>
426-
</a>
427-
<a class="text-sm text-center mr-4" href="https://vue-ssg.jamstacks.net">vue-ssg.jamstacks.net</a>
428-
</div>
429413
<div>
430414
<a class="hover:no-underline" :href="zipUrl('NetCoreTemplates/razor-press')">
431415
<div class="bg-white dark:bg-gray-800 px-4 py-4 mr-4 mb-4 rounded-lg shadow-lg text-center items-center justify-center hover:shadow-2xl dark:border-2 dark:border-pink-600 dark:hover:border-blue-600" style="min-width:150px">
@@ -502,10 +486,6 @@
502486
<img class="p-2 max-h-[301px]" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/vue-vite.png">
503487
<div class="bg-gray-50 text-gray-600 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">vue-vite.jamstacks.net</div>
504488
</a>
505-
<a class="block group border hover:border-indigo-700" href="https://vue-ssg.jamstacks.net">
506-
<img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/vue-ssg.png">
507-
<div class="bg-gray-50 text-gray-600 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">vue-ssg.jamstacks.net</div>
508-
</a>
509489
</div>
510490

511491
<div class="w-full px-4">
@@ -535,9 +515,6 @@
535515
<li>
536516
<b>vue-vite</b> - Want to use TypeScript in a simpler JAMStack Vite SPA App
537517
</li>
538-
<li>
539-
<b>vue-ssg</b> - Want to use TypeScript in an advanced JAMStack Vite SSG App
540-
</li>
541518
</ul>
542519
</div>
543520
<p class="mx-auto mt-5 text-xl text-gray-500">

MyApp/_includes/web-new-netcore.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
| [blazor](https://github.com/NetCoreTemplates/blazor) | .NET 10 Blazor App with Tailwind |
1212
| [blazor-vue](https://github.com/NetCoreTemplates/blazor-vue) | .NET 10 Blazor Vue App with Tailwind |
1313
| [vue-vite](https://github.com/NetCoreTemplates/vue-vite) | .NET 10 Jamstack Vue Vite App with Tailwind |
14-
| [vue-ssg](https://github.com/NetCoreTemplates/vue-ssg) | .NET 10 Jamstack Vue SSG App with Tailwind |
1514
| [vue-spa](https://github.com/NetCoreTemplates/vue-spa) | .NET 10 Vue Vite TypeScript SPA with Tailwind |
1615
| [vue-mjs](https://github.com/NetCoreTemplates/vue-mjs) | .NET 10 Simple, Modern Vue ServiceStack Auth App with Tailwind |
1716
| [razor-ssg](https://github.com/NetCoreTemplates/razor-ssg) | .NET 10 Razor SSG App with Tailwind |

MyApp/_pages/blazor-litestream.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Since Litestream is tied to deployment, hosting environment & preferred configur
6868
| **blazor** | blazor-litestream-aws | blazor-litestream-azure | blazor-litestream-sftp |
6969
| **blazor-vue** | blazor-litestream-aws | blazor-litestream-azure | blazor-litestream-sftp |
7070
| **blazor-wasm** | blazor-litestream-aws | blazor-litestream-azure | blazor-litestream-sftp |
71-
| **vue-ssg** | jamstack-litestream-aws | jamstack-litestream-azure | jamstack-litestream-sftp |
7271
| **vue-vite** | jamstack-litestream-aws | jamstack-litestream-azure | jamstack-litestream-sftp |
7372
| **nextjs** | jamstack-litestream-aws | jamstack-litestream-azure | jamstack-litestream-sftp |
7473

MyApp/_pages/create-your-first-webservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const api = client.api(new Hello({ name: props.name }))
244244
Compare and contrast with other major SPA JavaScript Frameworks:
245245

246246
- [Vue 3 HelloApi.mjs](https://github.com/NetCoreTemplates/blazor-vue/blob/main/MyApp/wwwroot/posts/components/HelloApi.mjs)
247-
- [Vue SSG using swrClient](https://github.com/NetCoreTemplates/vue-ssg/blob/main/ui/src/components/HelloApi.vue)
247+
- [Vue HelloApi.vue](https://github.com/NetCoreTemplates/vue-spa/blob/main/MyApp.Client/src/_posts/components/HelloApi.vue)
248248
- [Next.js with swrClient](https://github.com/NetCoreTemplates/nextjs/blob/main/ui/components/intro.tsx)
249249
- [React HelloApi.tsx](https://github.com/NetCoreTemplates/react-spa/blob/master/MyApp/src/components/Home/HelloApi.tsx)
250250
- [Angular HelloApi.ts](https://github.com/NetCoreTemplates/angular-spa/blob/master/MyApp/src/app/home/HelloApi.ts)

MyApp/_pages/jamstacks-net.md

Lines changed: 0 additions & 8 deletions
Large diffs are not rendered by default.

MyApp/_pages/litestream-templates.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Below is a table matching project templates to mix templates including different
7272
| **blazor** | blazor-litestream-aws | blazor-litestream-azure | blazor-litestream-sftp |
7373
| **blazor-vue** | blazor-litestream-aws | blazor-litestream-azure | blazor-litestream-sftp |
7474
| **blazor-wasm** | blazor-litestream-aws | blazor-litestream-azure | blazor-litestream-sftp |
75-
| **vue-ssg** | jamstack-litestream-aws | jamstack-litestream-azure | jamstack-litestream-sftp |
7675
| **vue-vite** | jamstack-litestream-aws | jamstack-litestream-azure | jamstack-litestream-sftp |
7776
| **nextjs** | jamstack-litestream-aws | jamstack-litestream-azure | jamstack-litestream-sftp |
7877

MyApp/_pages/ormlite/litestream.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ Since Litestream is tied to deployment, hosting environment & preferred configur
245245
| **blazor** | blazor-litestream-aws | blazor-litestream-azure | blazor-litestream-sftp |
246246
| **blazor-vue** | blazor-litestream-aws | blazor-litestream-azure | blazor-litestream-sftp |
247247
| **blazor-wasm** | blazor-litestream-aws | blazor-litestream-azure | blazor-litestream-sftp |
248-
| **vue-ssg** | jamstack-litestream-aws | jamstack-litestream-azure | jamstack-litestream-sftp |
249248
| **vue-vite** | jamstack-litestream-aws | jamstack-litestream-azure | jamstack-litestream-sftp |
250249
| **nextjs** | jamstack-litestream-aws | jamstack-litestream-azure | jamstack-litestream-sftp |
251250

0 commit comments

Comments
 (0)