adding the non-webpack entry points to docs

This commit is contained in:
Ken
2019-02-20 12:25:38 -08:00
parent 9bce24d819
commit dce954c894
29 changed files with 770 additions and 59 deletions

View File

@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<div id="app"></div>
For this step, we look at unit testing. Run
<pre>npm test</pre>
in the command line.
<script type="text/javascript" src="../../step2-06/demo/step2-06/demo.js"></script></body>
</html>

View File

@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<body>
<div id="app"></div>
For this step, we look at unit testing. Run
<pre>npm test</pre>
in the command line.
<script type="text/javascript" src="../../step2-06/exercise/step2-06/exercise.js"></script></body>
</html>