tauri-apps / tauri-bindgen

Typesafe language bindings generator for the Tauri IPC bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an JS/TS (Vue) example to the examples

Zercerium opened this issue · comments

Would it be ok, to add a basic vue example to the examples?

At the moment the current examples using wasm, which is supported by tauri but does not have a starting guide at the moment, if I checked correct. Imho JS/TS is a bit more spread and and it could be easier for people to test these example out, because it's more familiar and the setup is already complete for the development.

I would be happy to provide the example as a PR if ok.