|
5 سال پیش | |
---|---|---|
.. | ||
api | 5 سال پیش | |
bin | 5 سال پیش | |
helpers | 5 سال پیش | |
templates | 5 سال پیش | |
test | 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