mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
548ab94810
* feat(tauri.js) add API endpoint proxy * feat(tauri.js) always resolve/reject proxy promise * chore(proxy) wait for onTauriInit to start direct proxy to window.tauri |
||
---|---|---|
.. | ||
bin | ||
src | ||
templates | ||
test/jest | ||
.env.jest | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
api.js | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
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