tauri-apps / awesome-tauri

🚀 Awesome Tauri Apps, Plugins and Resources
MIT License
4.31k stars 270 forks source link

add leptos template #269

Closed kandrelczyk closed 7 months ago

kandrelczyk commented 7 months ago

This is the link to the project: tauri-leptos-tempalte

Plugins/Integrations

Templates

Apps

Additional Context

I've noticed Leptos template is missing and the one provided with create-tauri-app is very simple. I created a template showing how to properly use tauri commands with Leptos resources. I also included event example and tailwind css integration. All those things are not covered in any documentation I've seen. It's using Tauri 2.0 and it's not 30 days old though... Can it still be included?

FabianLars commented 7 months ago

It's using Tauri 2.0 and it's not 30 days old though

Maybe add a note about it being v2 alpha/beta in the readme? Also, i'd wait with merging this until it was changed to v2 beta which we're releasing right now.

I don't really care about the 30 days rule so don't worry about that.

p.s. thanks for contributing :)

kandrelczyk commented 7 months ago

Ok, no problem. I will update the readme and push another commit after I tested it with 2.0bet. Good to hear it's moving to beta!

kandrelczyk commented 7 months ago

Hi @FabianLars, I updated the template to v2 beta and add info to the readme.