Lucas Fernandes Nogueira a4e229ca10 feat(tauri) use config as JSON (#214) 5 years ago
..
bin a4e229ca10 feat(tauri) use config as JSON (#214) 5 years ago
src a4e229ca10 feat(tauri) use config as JSON (#214) 5 years ago
templates a4e229ca10 feat(tauri) use config as JSON (#214) 5 years ago
test 7dc2036095 test(tauri.js) add tests for --version option 5 years ago
.env.jest 39ce652329 chore(monorepo): cleanup (#73) 5 years ago
.eslintignore 39ce652329 chore(monorepo): cleanup (#73) 5 years ago
.eslintrc.js fab788b4bd [needs review] Convert tauri.js to typescript (#203) 5 years ago
.gitignore a4e229ca10 feat(tauri) use config as JSON (#214) 5 years ago
.npmignore 0b30d8d618 fix(js-cli) npmignore wrong on windows 5 years ago
LICENSE 0c0ac4e1fd feat(npm): add needed items for npq 5 years ago
README.md 0c0ac4e1fd feat(npm): add needed items for npq 5 years ago
jest.config.js de68a86c8c Refactor tauri.js to move command code outside of bin files (#140) 5 years ago
package.json afb6386204 chore(tauri.js): Add prepare script (#217) 5 years ago
tsconfig.json fab788b4bd [needs review] Convert tauri.js to typescript (#203) 5 years ago
webpack.config.js a4e229ca10 feat(tauri) use config as JSON (#214) 5 years ago
yarn.lock fab788b4bd [needs review] Convert tauri.js to typescript (#203) 5 years ago

README.md

tauri

A fresh take on creating cross-platform apps.

status Chat Server devto

devto

support

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.

Installation

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

License

MIT