tauri/cli/tauri.js
Lucas Fernandes Gonçalves Nogueira 0b30d8d618 fix(js-cli) npmignore wrong on windows
2019-12-05 08:17:50 -03:00
..
bin feat(js-cli) eslint work by nothingismagick 2019-12-04 19:35:39 -03:00
helpers feat(js-cli) eslint work by nothingismagick 2019-12-04 19:35:39 -03:00
templates fix(js-cli) tauri init broken when not using the local version #… (#136) 2019-12-04 17:49:14 -03:00
test/jest chore/upgrades node (#115) 2019-11-30 15:39:13 -03:00
webpack fix(js-cli) safeTap call 2019-11-30 09:01:50 -03:00
.env.jest chore(monorepo): cleanup (#73) 2019-11-27 19:26:24 -03:00
.eslintignore chore(monorepo): cleanup (#73) 2019-11-27 19:26:24 -03:00
.eslintrc.js feat(js-cli) eslint work by nothingismagick 2019-12-04 19:35:39 -03:00
.gitignore chore/upgrades node (#115) 2019-11-30 15:39:13 -03:00
.npmignore fix(js-cli) npmignore wrong on windows 2019-12-05 08:17:50 -03:00
entry.js feature/env (#80) 2019-11-30 08:48:39 -03:00
generator.js chore(monorepo): cleanup (#73) 2019-11-27 19:26:24 -03:00
jest.config.js fix(test): fix Jest tests (#77) 2019-11-28 08:41:47 +01:00
LICENSE feat(npm): add needed items for npq 2019-12-03 20:06:59 +01:00
package.json fix(js-cli) npmignore wrong on windows 2019-12-05 08:17:50 -03:00
README.md feat(npm): add needed items for npq 2019-12-03 20:06:59 +01:00
runner.js fix(js-cli) check if devPath is an URL 2019-12-01 13:53:18 -03:00
template.js fix(js-cli) npmignore wrong on windows 2019-12-05 08:17:50 -03:00
yarn.lock feat(js-cli) eslint work by nothingismagick 2019-12-04 19:35:39 -03:00

tauri

A fresh take on creating cross-platform apps.

status Chat Server devto

devto

https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg 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