Skip to content

Commit 7c20777

Browse files
committed
Remove vue-nuxt
1 parent 98f8218 commit 7c20777

File tree

5 files changed

+7
-122
lines changed

5 files changed

+7
-122
lines changed

MyApp/_pages/auth/identityserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: authentication-identityserver
33
title: Using IdentityServer4 Auth in ServiceStack
44
---
55

6-
:::warning
6+
:::warning DEPRECATED
77
This article refers to IdentityServer4 which is no longer actively maintained.
88
:::
99

MyApp/_pages/dotnet-new.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -155,23 +155,6 @@ x new angular-spa-netfx ProjectName
155155
x new mvcauth ProjectName
156156
:::
157157

158-
159-
### vue-nuxt
160-
161-
Nuxt.js SPA App with Bootstrap
162-
163-
[![](/img/pages/auth/signin/vue-nuxt.png)](https://github.com/NetCoreTemplates/vue-nuxt)
164-
165-
.NET 10+
166-
:::sh
167-
x new vue-nuxt ProjectName
168-
:::
169-
170-
.NET Framework
171-
:::sh
172-
x new vue-nuxt-netfx ProjectName
173-
:::
174-
175158
### script
176159

177160
`#Script` Pages Bootstrap Website

MyApp/_pages/templates/nuxt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ slug: templates-nuxt
33
title: Nuxt Project Templates
44
---
55

6+
:::warning DEPRECATED
7+
The Nuxt .NET Core SPA template is no longer being actively maintained
8+
:::
9+
610
<div class="not-prose my-8 ml-20 flex justify-center"><svg style="max-width:200px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 298"><g fill="none" fill-rule="nonzero"><path fill="#00C58E" d="M227.92099 82.07407l-13.6889 23.7037-46.8148-81.08641L23.7037 273.58025h97.3037c0 13.0912 10.61252 23.7037 23.70371 23.7037H23.70371c-8.46771 0-16.29145-4.52017-20.5246-11.85382-4.23315-7.33366-4.23272-16.36849.00114-23.70174L146.89383 12.83951c4.23415-7.33433 12.0596-11.85252 20.5284-11.85252 8.46878 0 16.29423 4.51819 20.52839 11.85252l39.97037 69.23456z"/><path fill="#2F495E" d="M331.6642 261.7284l-90.05432-155.95062-13.6889-23.7037-13.68888 23.7037-90.04445 155.95061c-4.23385 7.33325-4.23428 16.36808-.00113 23.70174 4.23314 7.33365 12.05689 11.85382 20.5246 11.85382h166.4c8.46946 0 16.29644-4.51525 20.532-11.84955 4.23555-7.3343 4.23606-16.37123.00132-23.706h.01976zM144.7111 273.58024L227.921 129.48148l83.19012 144.09877h-166.4z"/><path fill="#108775" d="M396.04938 285.4321c-4.23344 7.33254-12.05656 11.85185-20.52345 11.85185H311.1111c13.0912 0 23.7037-10.6125 23.7037-23.7037h40.66173L260.09877 73.74815l-18.4889 32.02963-13.68888-23.7037L239.5753 61.8963c4.23416-7.33433 12.0596-11.85252 20.5284-11.85252 8.46879 0 16.29423 4.51819 20.52839 11.85252l115.41728 199.8321c4.23426 7.33395 4.23426 16.36975 0 23.7037z"/></g></svg></div>
711

812
[Nuxt.js](https://nuxtjs.org) is an exciting opinionated structured framework for rapidly developing Web Applications in a single unified solution pre-configured with Vue's high-quality components that abstracts away the complex build systems of Webpack powered JS Apps.

MyApp/_pages/templates/single-page-apps.md

Lines changed: 0 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,6 @@ Click on the template name below to view a Live Demo and contents of each projec
2323
| [react-spa](https://github.com/NetCoreTemplates/react-spa) | .NET 8.0 React Identity Auth Tailwind SPA |
2424
| [vue-spa](https://github.com/NetCoreTemplates/vue-spa) | .NET 8.0 Vue Identity Auth Tailwind SPA |
2525

26-
27-
The .NET 8.0 project templates utilizes MSBuild's newer and human-friendly format which can be developed using your preferred C# IDE of VS.NET, VS Code or Rider.
28-
29-
| .NET Framework C# Templates | |
30-
|-----------------------------------------------------------------------------------------------|-----------------------------------------------------|
31-
| [angular-spa-netfx](https://github.com/NetFrameworkTemplates/angular-spa-netfx) | .NET Framework Angular Bootstrap cli.angular.io App |
32-
| [aurelia-spa-netfx](https://github.com/NetFrameworkTemplates/aurelia-spa-netfx) | .NET Framework Aurelia Bootstrap Webpack App |
33-
| [react-desktop-apps-netfx](https://github.com/NetFrameworkTemplates/react-desktop-apps-netfx) | .NET Framework React Desktop Apps |
34-
| [react-spa-netfx](https://github.com/NetFrameworkTemplates/react-spa-netfx) | .NET Framework React Bootstrap Webpack App |
35-
| [vue-nuxt-netfx](https://github.com/NetFrameworkTemplates/vue-nuxt-netfx) | .NET Framework Vue Nuxt.js SPA Web App |
36-
| [vue-spa-netfx](https://github.com/NetFrameworkTemplates/vue-spa-netfx) | .NET Framework Vue Bootstrap Webpack App |
37-
| [vuetify-nuxt-netfx](https://github.com/NetFrameworkTemplates/vuetify-nuxt-netfx) | .NET Framework Vuetify Material Nuxt.js SPA Web App |
38-
| [vuetify-spa-netfx](https://github.com/NetFrameworkTemplates/vuetify-spa-netfx) | .NET Framework Vuetify Material Webpack App |
39-
40-
| ASP.NET Core Framework Templates | |
41-
|-------------------------------------------------------------------------------------|------------------------------------------------------------------------|
42-
| [react-lite-corefx](https://github.com/NetFrameworkCoreTemplates/react-lite-corefx) | .NET Framework ASP.NET Core lite (npm-free) React SPA using TypeScript |
43-
| [vue-lite-corefx](https://github.com/NetFrameworkCoreTemplates/vue-lite-corefx) | .NET Framework ASP.NET Core lite (npm-free) Vue SPA using TypeScript |
44-
45-
4626
.NET Framework Templates utilize MSBuild's classic project format which can be developed using either VS.NET or Rider.
4727

4828
[![](/img/pages/ssvs/spa-templates-overview.png)](/img/pages/ssvs/spa-templates-overview.png)
@@ -302,60 +282,6 @@ Create new Angular Project for .NET Framework:
302282
$ x new angular-spa-netfx ProjectName
303283
```
304284

305-
### [vuetify-spa](https://github.com/NetCoreTemplates/vuetify-spa)
306-
307-
Bootstrapped with [Vue CLI 3](https://cli.vuejs.org/) and the [vuetify cli plugin](https://github.com/vuetifyjs/vue-cli-plugin-vuetify).
308-
309-
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/vuetify-spa.png)](https://github.com/NetCoreTemplates/vuetify-spa)
310-
311-
Create new Vuetify Project for .NET 8.0:
312-
313-
```bash
314-
$ x new vuetify-spa ProjectName
315-
```
316-
317-
Create new Vuetify Project for .NET Framework:
318-
319-
```bash
320-
$ x new vuetify-spa-netfx ProjectName
321-
```
322-
323-
### [vue-nuxt](https://github.com/NetCoreTemplates/vue-nuxt)
324-
325-
Bootstrapped with [Nuxt.js starter template](https://nuxtjs.org/guide/installation).
326-
327-
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/vue-nuxt.png)](https://github.com/NetCoreTemplates/vue-nuxt)
328-
329-
Create new Nuxt.js v1.4.2 Project for .NET 8.0:
330-
331-
```bash
332-
$ x new vue-nuxt ProjectName
333-
```
334-
335-
Create new Nuxt.js v1.4.2 Project for .NET Framework:
336-
337-
```bash
338-
$ x new vue-nuxt-netfx ProjectName
339-
```
340-
341-
### [vuetify-nuxt](https://github.com/NetCoreTemplates/vuetify-nuxt)
342-
343-
Bootstrapped with [Nuxt.js + Vuetify.js starter template](https://github.com/vuetifyjs/nuxt).
344-
345-
[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/vuetify-nuxt.png)](https://github.com/NetCoreTemplates/vuetify-nuxt)
346-
347-
Create new Nuxt Vuetify Project for .NET 8.0:
348-
349-
```bash
350-
$ x new vuetify-nuxt ProjectName
351-
```
352-
353-
Create new Nuxt Vuetify Project for .NET Framework:
354-
355-
```bash
356-
$ x new vuetify-nuxt-netfx ProjectName
357-
```
358-
359285
### SPA Project Templates Dev Workflow
360286

361287
Whilst the client Application has been generated by the official CLI tool from each project, all templates continue to enjoy seamless integration

MyApp/_pages/web-new.md

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,8 @@ protected Pages and Services and auth redirect flow to Sign In and Forbidden pag
111111
![](/img/pages/auth/signin/react-spa.png)
112112

113113
$ x new react-spa ProjectName # .NET Core
114-
$ x new react-spa-netfx ProjectName # Classic ASP.NET on .NET Framework
115-
116-
#### react-lite
117-
118-
> ASP.NET Core Simple + lite (npm-free) React SPA using TypeScript
119-
120-
![](/img/pages/auth/signin/react-lite.png)
121-
122-
$ x new react-lite ProjectName # .NET Core
123-
$ x new react-lite-corefx ProjectName # ASP.NET Core on .NET Framework
124-
114+
$ x new react-spa-netfx ProjectName # Classic ASP.NET on .NET Framew
115+
125116
#### script
126117

127118
> #Script Pages Bootstrap Website
@@ -141,25 +132,6 @@ protected Pages and Services and auth redirect flow to Sign In and Forbidden pag
141132
$ x new vue-spa ProjectName # .NET Core
142133
$ x new vue-spa-netfx ProjectName # Classic ASP.NET on .NET Framework
143134

144-
#### vue-lite
145-
146-
> ASP.NET Core Simple + lite (npm-free) Vue SPA using TypeScript
147-
148-
![](/img/pages/auth/signin/vue-lite.png)
149-
150-
$ x new vue-lite ProjectName # .NET Core
151-
$ x new vue-lite-corefx ProjectName # ASP.NET Core on .NET Framework
152-
153-
#### vue-nuxt
154-
155-
> Nuxt.js SPA App with Bootstrap
156-
157-
![](/img/pages/auth/signin/vue-nuxt.png)
158-
159-
$ x new vue-nuxt ProjectName # .NET Core
160-
$ x new vue-nuxt-netfx ProjectName # Classic ASP.NET on .NET Framework
161-
162-
163135
### Create Customized Projects with mix
164136

165137
All new projects can be further customized with [mix](/mix-tool) dotnet tool to mix in additional "layered" features.

0 commit comments

Comments
 (0)