mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
21 lines
863 B
Markdown
21 lines
863 B
Markdown
---
|
|
title: Introduction
|
|
---
|
|
|
|
This part of the documentation is dedicated to learning how to use Tauri.
|
|
|
|
Tauri provides a [CLI](/docs/api/cli), a Rust API, and a [JavaScript API](/docs/api/js/index) that you can use in your project. Because raw docs can be quite scary to newcomers (especially people who have never played with Rust before), we've created this "learn by example" section.
|
|
|
|
Here you will find guides and techniques to add to your own project in order to fulfill your goals.
|
|
|
|
## A Step Further
|
|
|
|
- [Understanding Tauri Patterns](/docs/usage/patterns/about-patterns)
|
|
- [Add Tauri to my existing project](/docs/usage/development/integration)
|
|
- [Tauri Development Cycle](/docs/usage/development/development)
|
|
|
|
## Guides
|
|
|
|
- [How to embed custom binaries](/docs/usage/guides/bundler/sidecar)
|
|
- [How to customize app icons](/docs/usage/guides/visual/icons)
|