zachcp / quarto-tauri-template

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarto + Tauri

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

Get started

# 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

About

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

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


Languages

Language:Rust 70.9%Language:JavaScript 27.1%Language:CSS 2.0%