Skip to content

Commit d822c3d

Browse files
committed
Add hot reloading screenshot
1 parent 71ba2f7 commit d822c3d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/wwwroot/docs/hot-reloading.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55

66
<p>
7-
#Script has a simple, but effective configuration-free hot-reloading feature built-in that's enabled
7+
<em>#Script</em> has a simple, but effective configuration-free hot-reloading feature built-in that's enabled
88
when registering the <a href="/docs/sharp-pages">SharpPagesFeature</a> plugin:
99
</p>
1010

@@ -55,4 +55,11 @@ <h4>Implementation</h4>
5555
statically referenced, i.e. the typical case of using a string literal for the file name as opposed to a dynamically creating it.
5656
</p>
5757

58+
<h4>Preview</h4>
59+
60+
<p>If enabled and working correctly hot reloading should allow you to view instant UI changes on save:</p>
61+
62+
<a href="https://www.vuedesktop.com"><img src="https://raw.githubusercontent.com/ServiceStack/docs/master/docs/images/app/vue-desktop/vuedesktop-livereload.gif" alt=""></a>
63+
64+
5865
{{ "doc-links" |> partial({ order }) }}

0 commit comments

Comments
 (0)