Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 689 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 689 Bytes

vue-spa

.NET 8.0 vue-spa Pages Tailwind Website

Browse source code, view live demo vue-spa.web-templates.io and install with dotnet-new:

$ dotnet tool install -g x

$ x new vue-spa 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-spa