Small Angular library which wraps around the tauri-api for better usage in Angular itself.
- TypeScript 81.2%
- JavaScript 12.5%
- HTML 4.1%
- Rust 1.2%
- CSS 1%
| projects | ||
| src-tauri | ||
| .editorconfig | ||
| .gitignore | ||
| angular.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
NgxTauri
This is currently in alpha
Small Angular library which wraps around the tauri-api for better usage in Angular itself. Currently not all modules are implementet.
Developing
First run yarn install.
Run yarn build to build the library.
Run yarn start to start the example app.
To start the Tauri-App run yarn tauri:dev.
Note: follow this guide to set up your dev-Environment to use Tauri properly.
The main code and more information of the library is in projects/ngx-tauri