Add guide: Tauri + HTML,CSS,JS
See original GitHub issueTODO
Add a guide to architecture
laying out how to use Tauri without a frontend bundler using plain HTML, CSS, and JS.
Details
devPath
anddistDir
can point to file system paths- when
devPath
is a file path, Tauri will provide hot reloading
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
HTML, CSS, and JavaScript - Tauri Apps
This guide will walk you through creating your first Tauri app using just HTML, CSS, and JavaScript. This is probably the best place...
Read more >Quick Start - Tauri Apps
The easiest way to scaffold a new project is the create-tauri-app utility. ... reading one (such as the HTML/CSS/JavaScript guide) to understand the...
Read more >Integrate into Existing Project - Tauri Apps
If you already have an existing web project, this guide will walk you through integrating Tauri into your project, whether it is ...
Read more >Next.js - Tauri Apps
This guide will walk you through creating your first Tauri app using the React framework Next.js. ... Before we continue, make sure you...
Read more >Vite - Tauri Apps
This guide will walk you through creating your first Tauri app using the frontend build tool Vite. ... Before we continue, make sure...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can’t remember if we said it was a good or a bad idea to have this
devPath
FS watcher. Probably a good one, but we wouldn’t do it because of the code freeze. This could be a “good first issue”, right?Fair enough. I actually just got my project to work, just without sound. I’m hopeful!