打开powershell,运行:&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}

安装工具(模板生成):
npm install -g yo grunt-cli generator-aspnet bower

生成模板工程:
yo aspnet

安装依赖
dnu restore

运行:

dnx web

相关文章:

  • 2021-11-16
  • 2021-10-13
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2021-05-18
猜你喜欢
  • 2022-02-23
  • 2021-10-27
  • 2021-12-02
  • 2021-10-12
  • 2022-02-09
  • 2021-08-06
  • 2021-10-21
相关资源
相似解决方案