|
il y a 5 ans | |
---|---|---|
.. | ||
api | il y a 5 ans | |
bin | il y a 5 ans | |
helpers | il y a 5 ans | |
templates | il y a 5 ans | |
test | il y a 5 ans | |
.env.jest | il y a 5 ans | |
.eslintignore | il y a 5 ans | |
.eslintrc.js | il y a 5 ans | |
.gitignore | il y a 5 ans | |
.npmignore | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
entry.js | il y a 5 ans | |
generator.js | il y a 5 ans | |
jest.config.js | il y a 5 ans | |
package.json | il y a 5 ans | |
runner.js | il y a 5 ans | |
template.js | il y a 5 ans | |
yarn.lock | il y a 5 ans |
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