mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 16:41:34 +03:00
39 lines
1.6 KiB
Markdown
39 lines
1.6 KiB
Markdown
# tauri
|
|
<img align="right" src="app-icon.png" height="200" width="200">
|
|
|
|
## A fresh take on creating cross-platform apps.
|
|
[](https://github.com/quasarframework/quasar/tree/tauri)
|
|
[](https://discord.gg/SpmNs4S)
|
|
[](https://dev.to/tauri)
|
|
|
|

|
|
[](https://tauri-apps.org)
|
|
|
|
[](https://good-labs.github.io/greater-good-affirmation)
|
|
[](https://opencollective.com/tauri)
|
|
|
|
|
|
Tauri is a tool for building tiny, blazing fast binaries for all major desktop platforms. You can use any front-end framework that compiles to HTML,JS and CSS for building your interface.
|
|
|
|
| Component | Version |
|
|
|-----------|---------|
|
|
| tauri.js | 
|
|
|
|
|
|
Please visit the main readme for further information about contributing.
|
|
|
|
## Installation
|
|
|
|
The preferred method is to install this module globally:
|
|
```
|
|
$ npm install --global tauri
|
|
```
|
|
|
|
You can also add it to your project and use it locally - maybe helpful for some CI pipelines:
|
|
```
|
|
$ yarn add --dev tauri
|
|
```
|
|
|
|
## License
|
|
MIT |