|
10 months ago | |
---|---|---|
.. | ||
dist | 11 months ago | |
isolation-dist | 11 months ago | |
public | 3 years ago | |
src | 1 year ago | |
src-tauri | 10 months ago | |
.gitignore | 11 months ago | |
.setup-cross.sh | 1 year ago | |
.taurignore | 3 years ago | |
README.md | 11 months ago | |
index.html | 11 months ago | |
jsconfig.json | 1 year ago | |
package.json | 10 months ago | |
screenshot.png | 4 years ago | |
svelte.config.js | 11 months ago | |
unocss.config.js | 1 year ago | |
vite.config.js | 11 months ago |
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