Move ES2015 example into a subpage of the NodeServicesExamples sample

This commit is contained in:
SteveSandersonMS
2016-06-07 14:31:23 +01:00
parent facc2c6d08
commit 8dbd143857
5 changed files with 33 additions and 5 deletions

View 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>
}