Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zachcp/quarto-tauri-template

A template application to get started with creating tauri application with a quarto frontend
https://github.com/zachcp/quarto-tauri-template

quarto tauri

Last synced: about 1 month ago
JSON representation

A template application to get started with creating tauri application with a quarto frontend

Awesome Lists containing this project

README

        

# Quarto + Tauri

This should help you get started creating a new Tauri App with a Quarto frontend.

## Get started

```sh
# assuming quarto and cargo are installed and on your path.

# install the tauri cli
cargo install tauri-cli

# add cargo bind dir to the path
export PATH=$PATH:~/.cargo/bin/

# to develop
cargo-tauri dev

# to package. this build is ~8MB.
cargo-tauri build
```