You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/2/guide/create/index.mdx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ import Stub from '@components/Stub.astro';
16
16
17
17
One thing that makes Tauri so flexible is it's ability to work with virtually any frontend framework. We've created the [`create-tauri-app`](https://github.com/tauri-apps/create-tauri-app) utility to help you create a new Tauri project using one of the officially maintained framework templates.
18
18
19
-
`create-tauri-app` currently includes templates for vanilla (HTML, CSS and JavaScript without a framework), [Vue.js](https://vuejs.org), [Svelte](https://svelte.dev), [React](https://reactjs.org/), [SolidJS](https://www.solidjs.com/), [Angular](https://angular.io/), [Preact](https://preactjs.com/), [Yew](https://yew.rs/), [Leptos](https://github.com/leptos-rs/leptos), and [Sycamore](https://sycamore-rs.netlify.app/). You can also find or add your own community templates and frameworks in the [Awesome Tauri repo](#).
19
+
`create-tauri-app` currently includes templates for vanilla (HTML, CSS and JavaScript without a framework), [Vue.js](https://vuejs.org), [Svelte](https://svelte.dev), [React](https://reactjs.org/), [SolidJS](https://www.solidjs.com/), [Angular](https://angular.io/), [Preact](https://preactjs.com/), [Yew](https://yew.rs/), [Leptos](https://github.com/leptos-rs/leptos), and [Sycamore](https://sycamore-rs.netlify.app/). You can also find or add your own community templates and frameworks in the [Awesome Tauri repo](https://github.com/tauri-apps/awesome-tauri).
20
20
21
21
Alternatively, you can [add Tauri to an existing project](/2/guide/create/existing-project) to quickly turn your existing codebase into a Tauri app.
22
22
@@ -74,7 +74,7 @@ We use [SolidJS](https://www.solidjs.com) throughout the Tauri documentation and
74
74
75
75
{/* TODO: Can CTA offer to install the deps? */}
76
76
77
-
After `create-tauri-app` has complete you can navigate into your project's folder, install dependencies, then use the [Tauri CLI](/reference/cli) to start the development server:
77
+
After `create-tauri-app` has complete you can navigate into your project's folder, install dependencies, then use the [Tauri CLI](/2/reference/cli) to start the development server:
78
78
79
79
<Tabs>
80
80
<TabItemlabel="npm">
@@ -122,9 +122,9 @@ TODO: Image of app here
122
122
123
123
<Cardtitle="Next Steps"icon="rocket">
124
124
125
-
-[Tauri Command Line Interface (CLI) Reference](/reference/cli)
126
-
-[Learn how to build your Tauri app](/guides/build)
127
-
-[Discover plugins to extend Tauri's functionality](/plugins)
125
+
-[Tauri Command Line Interface (CLI) Reference](/2/reference/cli)
126
+
-[Learn how to build your Tauri app](/2/guide/build)
127
+
-[Discover additional features and recipes to extend Tauri](/2/guide/list)
0 commit comments