adding docs

This commit is contained in:
Ken Chau
2019-11-08 16:16:29 +00:00
parent 4998c158d2
commit 7cc9c72c4e
92 changed files with 917 additions and 11198 deletions

63
step2-06/demo/bundle.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +1 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../../assets/step.css" />
</head>
<body class="ms-Fabric">
<div id="markdownReadme" data-src="./README.md"></div>
<div id="app"></div>
<script src="../../assets/scripts.js"></script>
</body>
</html>
<!doctype html><html><head><link rel="stylesheet" href="../../assets/step.css"></head><body class="ms-Fabric"><div id="markdownReadme" data-src="./README.md"></div><div id="app"></div><script src="../../assets/scripts.js"></script><script src="../../step2-06/demo/bundle.js"></script><script src="../../markdownReadme/bundle.js"></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,15 +1 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../../assets/step.css" />
</head>
<body class="ms-Fabric">
<div id="markdownReadme" class="exercise" data-src="./README.md"></div>
<div id="app">
For this step, we look at unit testing. Run
<pre>npm test</pre>
in the command line.
</div>
<script src="../../assets/scripts.js"></script>
</body>
</html>
<!doctype html><html><head><link rel="stylesheet" href="../../assets/step.css"></head><body class="ms-Fabric"><div id="markdownReadme" class="exercise" data-src="./README.md"></div><div id="app">For this step, we look at unit testing. Run<pre>npm test</pre>in the command line.</div><script src="../../assets/scripts.js"></script><script src="../../step2-06/exercise/bundle.js"></script><script src="../../markdownReadme/bundle.js"></script></body></html>