Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 8, 2023
1 parent 8182a8e commit 7614ec0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new vue-mjs
$ x new blazor-vue

0 comments on commit 7614ec0

Please sign in to comment.