tauri/examples/sidecar
Lucas Fernandes Nogueira d4db95e716
feat(core): shell execute API scope [TRI-002] (#36)
* feat(core): shell execute API scope [TRI-002]

* fix tests

* also check with empty extension

* lockfile
2022-01-09 16:28:22 -03:00
..
scripts fix(docs): target triple detection script, closes #2084 (#2096) 2021-06-27 21:21:24 -03:00
src chore: add .prettierrc in repo root (#2145) 2021-07-03 19:48:04 -03:00
src-tauri feat(core): shell execute API scope [TRI-002] (#36) 2022-01-09 16:28:22 -03:00
index.html refactor(examples): improve security when rendering HTML strings [TRI-003] (#14) 2022-01-09 14:35:30 -03:00
package.json fix(examples): sidecar example on Windows 2021-06-21 01:13:54 -03:00
README.md feat(examples): add sidecar example (#1999) 2021-06-16 22:18:24 -03:00
yarn.lock fix(examples): sidecar example on Windows 2021-06-21 01:13:54 -03:00

Sidecar example

This example demonstrates how to use the Tauri sidecar feature. It uses pkg to compile a Node.js application and bundle it on the Tauri application.