question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add guide: Tauri + HTML,CSS,JS

See original GitHub issue

TODO

Add a guide to architecture laying out how to use Tauri without a frontend bundler using plain HTML, CSS, and JS.

Details

  • devPath and distDir can point to file system paths
  • when devPath is a file path, Tauri will provide hot reloading

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Laegelcommented, Feb 14, 2022

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?

0reactions
dmz76commented, Apr 4, 2022

Fair enough. I actually just got my project to work, just without sound. I’m hopeful!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found