tauri/cli/tauri.js/README.md
2019-12-03 20:06:59 +01:00

1.6 KiB

tauri

A fresh take on creating cross-platform apps.

status Chat Server devto

devto

https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg support

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