You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/wwwroot/sharp-apps/gist-desktop-apps.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,14 @@
34
34
They can even be further reduced by utilizing the resources embedded into **[ServiceStack](https://docs.servicestack.net/)** like the built-in
35
35
[SVG images](https://docs.servicestack.net/svg) and stylesheet and `/css/bootstrap.css`, which many Sharp Apps take advantage of to reduce their footprint.
36
36
37
+
### Vue Desktop Template
38
+
39
+
The most versatile project template to create Gist Desktop Apps is the [Vue Desktop Template](https://github.com/NetCoreTemplates/vue-desktop) which is capable
40
+
of building both a standard [vue-lite](https://github.com/NetCoreTemplates/vue-lite) .NET Core Web App that can optionally be bundled into
41
+
a single GitHub Gist and run as a Gist Desktop App:
0 commit comments