Astro compatibility #4349
Replies: 6 comments 4 replies
-
It is surely possible to combine them. You should just need to adapt the following values in your
|
Beta Was this translation helpful? Give feedback.
-
Is there any template or example project? I'd like to use cargo as a package manager but there's ofc no option for initializing with astro. |
Beta Was this translation helpful? Give feedback.
-
I have it working with tarui and astro ![]() |
Beta Was this translation helpful? Give feedback.
-
Yes, Tauri works with Astro - my project uses the SolidJS integration. After running my final executable from the terminal however, there is a warning/message |
Beta Was this translation helpful? Give feedback.
-
The thing to understand is that Tauri will wrap around the pre-existing Astro project. Pay attention to the order :
|
Beta Was this translation helpful? Give feedback.
-
I just needed to follow this guide into an existing Astro project, works fine: https://tauri.app/v1/guides/getting-started/setup/integrate |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use
tauri
with astro?Beta Was this translation helpful? Give feedback.
All reactions