Skip to content

Commit

Permalink
Add hot reloading screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 9, 2021
1 parent 71ba2f7 commit d822c3d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/wwwroot/docs/hot-reloading.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

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

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

<h4>Preview</h4>

<p>If enabled and working correctly hot reloading should allow you to view instant UI changes on save:</p>

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


{{ "doc-links" |> partial({ order }) }}

0 comments on commit d822c3d

Please sign in to comment.