|
|
пре 5 година | |
|---|---|---|
| .. | ||
| api | пре 5 година | |
| bin | пре 5 година | |
| helpers | пре 5 година | |
| templates | пре 5 година | |
| test | пре 5 година | |
| webpack | пре 5 година | |
| .env.jest | пре 5 година | |
| .eslintignore | пре 5 година | |
| .eslintrc.js | пре 5 година | |
| .gitignore | пре 5 година | |
| .npmignore | пре 5 година | |
| LICENSE | пре 5 година | |
| README.md | пре 5 година | |
| entry.js | пре 5 година | |
| generator.js | пре 5 година | |
| jest.config.js | пре 5 година | |
| package.json | пре 5 година | |
| runner.js | пре 5 година | |
| template.js | пре 5 година | |
| yarn.lock | пре 5 година | |
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