Astro compatibility #4349
Replies: 8 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.
-
|
If anyone is still looking for the answer, here's what I did:
and that's all. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use
tauriwith astro?Beta Was this translation helpful? Give feedback.
All reactions