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