From 7614ec04001f78c5e58f86fad4a979e56eb027ad Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 8 Nov 2023 11:53:58 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9f403cb..718d990 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# vue-mjs +# blazor-vue -.NET 6.0 Simple, modern Vue 3 App using JS modules +.NET 8.0 Simple, Server Rendered Blazor App with Vue interactivity -[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/vue-mjs.png)](http://vue-mjs.web-templates.io/) +[![](https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/blazor-vue.png)](http://blazor-vue.web-templates.io/) -> Browse [source code](https://github.com/NetCoreTemplates/razor), view live demo [vue-mjs.web-templates.io](http://vue-mjs.web-templates.io) and install with [dotnet-new](https://docs.servicestack.net/dotnet-new): +> Browse [source code](https://github.com/NetCoreTemplates/razor), view live demo [blazor-vue.web-templates.io](http://blazor-vue.web-templates.io) and install with [dotnet-new](https://docs.servicestack.net/dotnet-new): $ dotnet tool install -g x - $ x new vue-mjs ProjectName + $ x new blazor-vue ProjectName Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName: $ git clone https://github.com//.git $ cd - $ x new vue-mjs + $ x new blazor-vue