Skip to content

ronchen820/DashBoardViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin项目模板说明


nuget下载地址

https://www.nuget.org/downloads

nuget.exe放到 F:\zhontai\Admin.Core\templates 目录下

查看模板列表

dotnet new list

生成nuget包

F:\zhontai\Admin.Core\templates 目录下 cmd 执行以下命令生成nuget包

nuget pack F:\zhontai\Admin.Core\templates\admin\templates.nuspec -NoDefaultExcludes

安装模板

dotnet new install ZhonTai.Template

安装本地

dotnet new install F:\zhontai\Admin.Core\templates\ZhonTai.Template.3.7.1.nupkg

创建项目

dotnet new DashBoardViewer -n MyCompanyName.MyProjectName

卸载模板

dotnet new uninstall ZhonTai.Template

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors