Solving Nuxt + Tauri problem
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...
kinxyo.hashnode.dev1 min read