mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Update SpaServices NuGet package installation requirement
This commit is contained in:
committed by
Steve Sanderson
parent
f9068819be
commit
55bd0c05cb
@@ -20,7 +20,7 @@ Behind the scenes, it uses the [`Microsoft.AspNetCore.NodeServices`](https://git
|
|||||||
|
|
||||||
### Installation into existing projects
|
### Installation into existing projects
|
||||||
|
|
||||||
* Add `Microsoft.AspNetCore.SpaServices` to the dependencies list in your `project.json` file
|
* Install the `Microsoft.AspNetCore.SpaServices` NuGet package
|
||||||
* Run `dotnet restore` (or if you use Visual Studio, just wait a moment - it will restore dependencies automatically)
|
* Run `dotnet restore` (or if you use Visual Studio, just wait a moment - it will restore dependencies automatically)
|
||||||
* Install supporting NPM packages for the features you'll be using:
|
* Install supporting NPM packages for the features you'll be using:
|
||||||
* For **server-side prerendering**, install `aspnet-prerendering`
|
* For **server-side prerendering**, install `aspnet-prerendering`
|
||||||
|
|||||||
Reference in New Issue
Block a user