win10
This commit is contained in:
parent
a86dfdf759
commit
61650b6c67
@ -16,10 +16,15 @@ from JavaScript code.
|
||||
The "Complete Example" creates an app that looks like the screenshot:
|
||||
|
||||
<table><thead><tr>
|
||||
<th><a href="#complete-example">Win10</a></th>
|
||||
<th><a href="#complete-example">macOS</a></th>
|
||||
<th><a href="#complete-example">Linux</a></th>
|
||||
</tr></thead><tbody><tr><td>
|
||||
|
||||
![Win10 screenshot](pathname:///wails/win10.png)
|
||||
|
||||
</td><td>
|
||||
|
||||
![macOS screenshot](pathname:///wails/macos.png)
|
||||
|
||||
</td><td>
|
||||
@ -227,7 +232,7 @@ async function exportFile(wb) {
|
||||
|
||||
:::note
|
||||
|
||||
This demo was tested against Wails `v2.3.1` on 2023 January 08 using
|
||||
This demo was tested against Wails `v2.4.0` on 2023 March 18 using
|
||||
the Svelte TypeScript starter.
|
||||
|
||||
:::
|
||||
|
@ -16,10 +16,15 @@ from JavaScript code.
|
||||
The "Complete Example" creates an app that looks like the screenshot:
|
||||
|
||||
<table><thead><tr>
|
||||
<th><a href="#complete-example">Win10</a></th>
|
||||
<th><a href="#complete-example">macOS</a></th>
|
||||
<th><a href="#complete-example">Linux</a></th>
|
||||
</tr></thead><tbody><tr><td>
|
||||
|
||||
![Win10 screenshot](pathname:///tauri/win10.png)
|
||||
|
||||
</td><td>
|
||||
|
||||
![macOS screenshot](pathname:///tauri/macos.png)
|
||||
|
||||
</td><td>
|
||||
@ -125,7 +130,7 @@ async function saveFile(wb) {
|
||||
|
||||
:::note
|
||||
|
||||
This demo was tested against Tauri `v1.2.3` on 2023 February 12.
|
||||
This demo was tested against Tauri `v1.2.3` on 2023 March 18.
|
||||
|
||||
:::
|
||||
|
||||
@ -140,8 +145,10 @@ npm create tauri-app
|
||||
When prompted:
|
||||
|
||||
- Project Name: `SheetJSTauri`
|
||||
- Package Manager: `npm`
|
||||
- UI template: `vue-ts`
|
||||
- Choose which language to use for your frontend: `TypeScript / JavaScript`
|
||||
- Choose your package manager: `npm`
|
||||
- Choose your UI template: `Vue`
|
||||
- Choose your UI flavor: `TypeScript`
|
||||
|
||||
2) Enter the directory and install dependencies:
|
||||
|
||||
|
@ -16,10 +16,15 @@ to the entry `index.html`
|
||||
The "Complete Example" creates an app that looks like the screenshot:
|
||||
|
||||
<table><thead><tr>
|
||||
<th><a href="#complete-example">Win10</a></th>
|
||||
<th><a href="#complete-example">macOS</a></th>
|
||||
<th><a href="#complete-example">Linux</a></th>
|
||||
</tr></thead><tbody><tr><td>
|
||||
|
||||
![Win10 screenshot](pathname:///neu/win10.png)
|
||||
|
||||
</td><td>
|
||||
|
||||
![macOS screenshot](pathname:///neu/macos.png)
|
||||
|
||||
</td><td>
|
||||
@ -115,7 +120,7 @@ async function saveFile(wb) {
|
||||
|
||||
:::note
|
||||
|
||||
This demo was tested on 2023 February 12 with "binaries" `4.7.0` and "client" `3.6.0`
|
||||
This demo was tested on 2023 March 19 with "binaries" `4.7.0` and "client" `3.6.0`
|
||||
|
||||
:::
|
||||
|
||||
|
BIN
docz/static/neu/win10.png
Normal file
BIN
docz/static/neu/win10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
docz/static/tauri/win10.png
Normal file
BIN
docz/static/tauri/win10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
docz/static/wails/win10.png
Normal file
BIN
docz/static/wails/win10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
Loading…
Reference in New Issue
Block a user