Solving Nuxt + Tauri problem
Jul 9, 2023 · 1 min read · The Problem Tauri is a Rust toolkit for building Electron-like apps. It uses the OS-provided browser rendering engine to display the web front-end, therefore it naturally requires static build files of the front-end in advance. Nuxt, on the other han...
Join discussion