@@ -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
361287Whilst the client Application has been generated by the official CLI tool from each project, all templates continue to enjoy seamless integration
0 commit comments