tauri-axum-htmx
Version:
Build interactive UIs in Tauri applications using HTMX and Axum, enabling server-side rendering patterns by running the Axum app in the Tauri backend.
29 lines (28 loc) • 791 B
JSON
{
"name": "tauri-axum-htmx",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"copy-pasta": "node scripts/copy-paste-xhr-fetch-proxy.js"
},
"files": [
"index.js",
"readme.md",
"LICENSE.md"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/logankeenan/tauri-axum-htmx.git"
},
"author": "Logan Keenan",
"license": "MIT",
"bugs": {
"url": "https://github.com/logankeenan/tauri-axum-htmx/issues"
},
"homepage": "https://github.com/logankeenan/tauri-axum-htmx#readme",
"description": "Build interactive UIs in Tauri applications using HTMX and Axum, enabling server-side rendering patterns by running the Axum app in the Tauri backend.",
"devDependencies": {
"xhr-fetch-proxy": "^1.0.0"
}
}