tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

Write vanilla HTML, JS, CSS frontend guide

Open lorenzolewis opened this issue 2 years ago • 2 comments

A guide on setting up a Tauri app without using a frontend framework. Can either be added directly to https://beta.tauri.app/guides/frontend/ or as a subpage.

lorenzolewis avatar Sep 03 '23 06:09 lorenzolewis

Discussed on Discord and I think we're opting for Vite being the most vanilla solution we support having a frontend configuration for, simply because there's nothing to show off in terms of configs for a vanilla project. Plus, we actively don't want people to get the idea that vanilla js is a valid project setup.

We can have information on this in the manual Tauri project creation guide, but I don't want it to be a super visible option that gives people the idea to actually do this.

simonhyll avatar May 19 '24 05:05 simonhyll

imho it must be as some base guideline bcause a lot of people don't know that you don't have to choose some frontend-framework (or lib) like Svelte

A4u3B4lb3s avatar Jul 03 '24 09:07 A4u3B4lb3s