|
преди 5 години | |
---|---|---|
.. | ||
bin | преди 5 години | |
src | преди 5 години | |
templates | преди 5 години | |
test | преди 5 години | |
.env.jest | преди 5 години | |
.eslintignore | преди 5 години | |
.eslintrc.js | преди 5 години | |
.gitignore | преди 5 години | |
.npmignore | преди 5 години | |
LICENSE | преди 5 години | |
README.md | преди 5 години | |
jest.config.js | преди 5 години | |
package.json | преди 5 години | |
tsconfig.json | преди 5 години | |
webpack.config.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