|
9 mēneši atpakaļ | |
---|---|---|
.. | ||
dist | 11 mēneši atpakaļ | |
isolation-dist | 11 mēneši atpakaļ | |
public | 3 gadi atpakaļ | |
src | 10 mēneši atpakaļ | |
src-tauri | 9 mēneši atpakaļ | |
.gitignore | 11 mēneši atpakaļ | |
.setup-cross.sh | 1 gadu atpakaļ | |
.taurignore | 3 gadi atpakaļ | |
README.md | 11 mēneši atpakaļ | |
index.html | 11 mēneši atpakaļ | |
jsconfig.json | 1 gadu atpakaļ | |
package.json | 10 mēneši atpakaļ | |
screenshot.png | 4 gadi atpakaļ | |
svelte.config.js | 11 mēneši atpakaļ | |
unocss.config.js | 1 gadu atpakaļ | |
vite.config.js | 11 mēneši atpakaļ |
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