Mention examples in tauri repos (#3429)

This commit is contained in:
Tony
2025-07-30 21:23:38 +08:00
committed by GitHub
parent 2b3bd554ff
commit 3cfc852ecb
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ import Cta from '../_fragments/cta.mdx';
After you've created your first app you can explore the different features and recipes of Tauri in the [List of Features & Recipes](/plugin/).
Or explore the project setups and features from the examples ([tauri](https://github.com/tauri-apps/tauri/tree/dev/examples) | [plugins-workspace](https://github.com/tauri-apps/plugins-workspace/tree/v2/examples/api))
## Why Tauri?
Tauri has 3 main advantages for developers to build upon:

View File

@@ -285,7 +285,6 @@ Only if you intend to use a JavaScript frontend framework
:::
1. Go to the [Node.js website](https://nodejs.org), download the Long Term Support (LTS) version and install it.
2. Check if Node was successfully installed by running:
```sh