This commit is contained in:
SheetJS 2023-03-19 02:02:55 -04:00
parent a86dfdf759
commit 61650b6c67
6 changed files with 22 additions and 5 deletions

View File

@ -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.
:::

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB