tauri/cli/tauri.js
Lucas Fernandes Nogueira 1951fc88c9 feat(tauri) lazy loading for the no-server mode (#161)
* feat(tauri) WIP on iframe wrapper

* fix(tauri) iframe communication working

* refactor(tauri) iframe injection on all modes

* feat(event): update tauri.js injection

* fix(tauri) rework on iframe/devServer

* feat(tauri.js) use load event to notify tauri ready

* fix(cargo.lock): remove erroneous lockfile

* WIP

* remove iframe

* feat(tauri) inline assets, inject tauri.js

* fix(example) tauri init

* fix(api) load bundled asset

* chore(api) remove println

* chore(template) remove deprecated event listener

* chore(example) gitignore tauri.js

* chore(package.json) update email

* fix(tauri) embedded-server's server_url definition

* chore(api) use salt on event listener again

* chore(webpack) add eslint

* remove forward slash

* perf(tauri) do not bundle inlined assets

* chore(tauri) macros and platform only when using the updater feature

* fix(tauri) proper feature check for the loadAsset API

* chore(tauri) add "forked from" reference

* chore(example) use @tauri-apps/tauri-webpack

* fix(tauri) dev-server mode fixes

* chore(example) use tauri-webpack 0.1.3

* feat(webpack) rewrite lazy loading only on the no-server mode

* fix(no-server) lazy load images

* chore(tauri) use forked includedir_codegen

* fix deps

* fix(tauri) use the right version for includedir deps

* chore(tauri) println rerun-if-changed on dev
2019-12-17 22:39:34 +01:00
..
api feat(tauri) lazy loading for the no-server mode (#161) 2019-12-17 22:39:34 +01:00
bin Refactor tauri.js to move command code outside of bin files (#140) 2019-12-10 21:44:49 +01:00
helpers feat(tauri) lazy loading for the no-server mode (#161) 2019-12-17 22:39:34 +01:00
templates feat(tauri) lazy loading for the no-server mode (#161) 2019-12-17 22:39:34 +01:00
test/jest Refactor tauri.js to move command code outside of bin files (#140) 2019-12-10 21:44:49 +01: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 feat(tauri) lazy loading for the no-server mode (#161) 2019-12-17 22:39:34 +01:00
generator.js chore(monorepo): cleanup (#73) 2019-11-27 19:26:24 -03:00
jest.config.js Refactor tauri.js to move command code outside of bin files (#140) 2019-12-10 21:44:49 +01:00
LICENSE feat(npm): add needed items for npq 2019-12-03 20:06:59 +01:00
package.json feat(tauri) lazy loading for the no-server mode (#161) 2019-12-17 22:39:34 +01:00
README.md feat(npm): add needed items for npq 2019-12-03 20:06:59 +01:00
runner.js feat(tauri) lazy loading for the no-server mode (#161) 2019-12-17 22:39:34 +01:00
template.js fix(js-cli) npmignore wrong on windows 2019-12-05 08:17:50 -03:00
yarn.lock feat(tauri) lazy loading for the no-server mode (#161) 2019-12-17 22:39:34 +01: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