(window_url.clone());tauri::Builder::default().plugin(tauri_plugin_localhost::Builder::new(port).build()).setup(move|app|{WindowBuilder::new(app,"main".to_string(),window_url).title("Localhost Example").build()?;Ok(())}).run(context).expect("error while running tauri application");...
- devPath: http://localhost:8080/ - framework: Vue.js (Vue CLI) - bundler: Webpack Done in 17.26s. http server so api calls still won't work. For that you'll need tosidecaryour frontend server somehow. tauri-plugin-httpis not enough to make SSR features of your frontend framework ...