|
10 mesi fa | |
---|---|---|
.. | ||
dist | 11 mesi fa | |
isolation-dist | 11 mesi fa | |
public | 3 anni fa | |
src | 1 anno fa | |
src-tauri | 10 mesi fa | |
.gitignore | 11 mesi fa | |
.setup-cross.sh | 1 anno fa | |
.taurignore | 3 anni fa | |
README.md | 11 mesi fa | |
index.html | 11 mesi fa | |
jsconfig.json | 1 anno fa | |
package.json | 10 mesi fa | |
screenshot.png | 4 anni fa | |
svelte.config.js | 11 mesi fa | |
unocss.config.js | 1 anno fa | |
vite.config.js | 11 mesi fa |
This example demonstrates Tauri's API capabilities using the @tauri-apps/api
package. It's used as the main validation app, serving as the testbed of our development process.
In the future, this app will be used on Tauri's integration tests.
Compile Tauri go to root of the Tauri repo and run: Linux / Mac:
# choose to install node cli (1)
bash .scripts/setup.sh
Windows:
./.scripts/setup.ps1
Install dependencies (Run inside of this folder examples/api/
)
$ pnpm i
Run the app in development mode (Run inside of this folder examples/api/
)
$ pnpm tauri dev
Build an run the release app (Run inside of this folder examples/api/
)
$ pnpm tauri build
$ ./src-tauri/target/release/app