You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/examples/emit-event
dependabot[bot] 9bcdd1f447
chore(deps): bump tauri in /examples/emit-event/src-tauri (#16)
3 years ago
..
public feat: Add example with an `emit_all` event 3 years ago
src-tauri chore(deps): bump tauri in /examples/emit-event/src-tauri (#16) 3 years ago
.gitignore feat: Add example with an `emit_all` event 3 years ago
README.md feat: Add example with an `emit_all` event 3 years ago
package.json fix(Windows): limit window/class names to 15 chars, closes #5 3 years ago
pnpm-lock.yaml fix(Windows): limit window/class names to 15 chars, closes #5 3 years ago

README.md

Tauri Plugin single-instance

Emit Event Example

To build and test in development mode run the following:

# change to this example directory
npm install
npm run tauri dev

# or if tauri is installed globally

cargo tauri dev

While the above is running, in a separate terminal window execute the debug target app

# on linux
./src-tauri/target/debug/emit-event-app cyan # any css background color should work
./src-tauri/target/debug/emit-event-app "#888" # including hex

# on windows
.\src-tauri\target\debug\emit-event-app.exe cyan