|
před 5 roky | |
---|---|---|
.. | ||
bin | před 5 roky | |
src | před 5 roky | |
templates | před 5 roky | |
test | před 5 roky | |
.env.jest | před 5 roky | |
.eslintignore | před 5 roky | |
.eslintrc.js | před 5 roky | |
.gitignore | před 5 roky | |
.npmignore | před 5 roky | |
LICENSE | před 5 roky | |
README.md | před 5 roky | |
api.js | před 5 roky | |
jest.config.js | před 5 roky | |
package.json | před 5 roky | |
tsconfig.json | před 5 roky | |
webpack.config.js | před 5 roky | |
yarn.lock | před 5 roky |
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