mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 19:17:30 +00:00
Move ES2015 example into a subpage of the NodeServicesExamples sample
This commit is contained in:
15
samples/misc/NodeServicesExamples/Views/Home/Index.cshtml
Executable file → Normal file
15
samples/misc/NodeServicesExamples/Views/Home/Index.cshtml
Executable file → Normal file
@@ -1,5 +1,12 @@
|
||||
Hello
|
||||
<h1>NodeServices examples</h1>
|
||||
|
||||
<p>
|
||||
These examples demonstrate the direct use of the NodeServices package, independently of the usual SPA scenarios.
|
||||
In general, NodeServices offers an efficient way to use Node-provided functionality (e.g., NPM modules) from inside
|
||||
a .NET application.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a asp-action="ES2015Transpilation">ES2015 transpilation</a>
|
||||
</li>
|
||||
|
||||
@section scripts {
|
||||
<script src='js/main.js'></script>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user