|
|
5 yıl önce | |
|---|---|---|
| .. | ||
| bin | 5 yıl önce | |
| src | 5 yıl önce | |
| templates | 5 yıl önce | |
| test | 5 yıl önce | |
| .env.jest | 5 yıl önce | |
| .eslintignore | 5 yıl önce | |
| .eslintrc.js | 5 yıl önce | |
| .gitignore | 5 yıl önce | |
| .npmignore | 5 yıl önce | |
| LICENSE | 5 yıl önce | |
| README.md | 5 yıl önce | |
| api.js | 5 yıl önce | |
| jest.config.js | 5 yıl önce | |
| package.json | 5 yıl önce | |
| tsconfig.json | 5 yıl önce | |
| webpack.config.js | 5 yıl önce | |
| yarn.lock | 5 yıl önce | |
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.
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
MIT