AspNetCoreWithAngular4
拷贝
<ItemGroup> <DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="2.0.0" /> </ItemGroup>
粘帖到.csproj文件的<project 节点下面.
然后执行以下命令:
dotnet restore
npm install
dotnet watch run
拷贝
<ItemGroup> <DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="2.0.0" /> </ItemGroup>
粘帖到.csproj文件的<project 节点下面.
然后执行以下命令:
dotnet restore
npm install
dotnet watch run