|
5 anos atrás | |
---|---|---|
.. | ||
bin | 5 anos atrás | |
src | 5 anos atrás | |
templates | 5 anos atrás | |
test | 5 anos atrás | |
.env.jest | 5 anos atrás | |
.eslintignore | 5 anos atrás | |
.eslintrc.js | 5 anos atrás | |
.gitignore | 5 anos atrás | |
.npmignore | 5 anos atrás | |
LICENSE | 5 anos atrás | |
README.md | 5 anos atrás | |
jest.config.js | 5 anos atrás | |
package.json | 5 anos atrás | |
tsconfig.json | 5 anos atrás | |
webpack.config.js | 5 anos atrás | |
yarn.lock | 5 anos atrás |
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