tauri/examples/sidecar
2021-07-03 20:20:54 -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 fix(core): temporary fix for clippy issue 2021-07-03 20:20:54 -03:00
index.html chore: add .prettierrc in repo root (#2145) 2021-07-03 19:48:04 -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.