mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* add icon to msi * remove print * make attohttpc windows only * make attohttpc error windows only * copy icon files to resource folder in output. * add ico to template * remove print * remove duplicate * add uninstaller to wix * fix typos * fix program flow * add windows icon logic to template. * update serde, phf and change includedir to tauri * update next.js with new tauri setup * update monolith * remove unnessecary deps * remove updater.rs and deps * update react examples * update vue example * Revert "update vue example" This reverts commita5d58f55b4. * Revert "update react examples" This reverts commitcce215f97e. * Revert "remove updater.rs and deps" This reverts commit8d422294f4. * Revert "remove unnessecary deps" This reverts commit30e023f383. * Revert "update monolith" This reverts commitfac097f51a. * Revert "update next.js with new tauri setup" This reverts commitcaf5f198ea. * revert smoke-test changes * revert smoke-test changes * fix conflicts * fix conflicts
tauri
A fresh take on creating cross-platform apps.
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