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