Skip to content

Commit 48ab3da

Browse files
committed
add screenshot
1 parent b3833ea commit 48ab3da

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Vue Desktop With Tauri
22

3+
![Alt text](screenshot/1.png?raw=true "Web Screenshot")
4+
35
## Tauri
46

57
<a href="https://github.com/tauri-apps/tauri" >Tauri</a> is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-desktop-app",
3-
"version": "0.1.0",
3+
"version": "0.1.1-dev",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve --port 9009",

screenshot/1.png

58.3 KB
Loading

0 commit comments

Comments
 (0)