mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
add command
This commit is contained in:
@@ -26,11 +26,15 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||
<div class="bg-grad-red"></div>
|
||||
</div>
|
||||
|
||||
<div style="margin-top:10rem;background-color:#101010;border:1px solid;border-radius:16px;padding:2rem;display:flex;justify-content:center;scale:0.7;margin-bottom:5rem;overflow:hidden;">
|
||||
## npm create tauri-app@latest
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
# Ship tiny, fast, secure, cross-platform apps.
|
||||
Tauri only ships the code needed for your app to run, no need to ship a whole browser with your app. Tauri apps are tiny, fast and secure by deafult.
|
||||
|
||||
<div style="display:flex;justify-content:center;scale:0.7;margin-bottom:5rem;">
|
||||
<div style="display:flex;justify-content:center;scale:0.7;margin-bottom:5rem;overflow:hidden;">
|
||||
<img src="smol.svg" />
|
||||
I think we can do some 3D here, just got to sit down and write some webgl - alve
|
||||
</div>
|
||||
@@ -41,14 +45,14 @@ I think we can do some 3D here, just got to sit down and write some webgl - alve
|
||||
copy about this
|
||||
<br/>
|
||||
|
||||
<div style="display:flex;justify-content:center;scale:2;opacity:0.4;z-index:-10;margin-bottom:30rem;">
|
||||
<div style="display:flex;justify-content:center;scale:2;opacity:0.4;z-index:-10;margin-bottom:30rem;overflow:hidden;">
|
||||
<img src="frameworks.svg" />
|
||||
</div>
|
||||
|
||||
# Seamless native code without the headackes.
|
||||
Tauri has a built in event passing system allowing you painless communication from javascript to your native rust code that runs directly on your device.
|
||||
|
||||
<div style="display:flex;justify-content:center;scale:1.5;margin-bottom:30rem;">
|
||||
<div style="display:flex;justify-content:center;scale:1.5;margin-bottom:30rem;overflow:hidden;">
|
||||
<img src="tauwry.svg" />
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user