yew-trunk-minimal-template icon indicating copy to clipboard operation
yew-trunk-minimal-template copied to clipboard

Template for starting a Yew project using Trunk

Results 12 yew-trunk-minimal-template issues
Sort by recently updated
recently updated
newest added

Added cargo-generate, so that the project can be generated with it.

> [`cargo-generate`](https://github.com/cargo-generate/cargo-generate) is a developer tool to help you get up and running quickly with a new Rust project by leveraging a pre-existing git repository as a template. We should...

enhancement

This required an explicit update of `implicit-clone` too, since the build failed due to a compilation error. Ref: https://github.com/yewstack/yew/issues/3366

before: ![image](https://github.com/yewstack/yew-trunk-minimal-template/assets/14184826/87e1908b-599a-4be5-8f64-5ebaa4f9a587) after: ![image](https://github.com/yewstack/yew-trunk-minimal-template/assets/14184826/cc5144a8-230b-4446-80c8-526a3a6a0d1d)

Thought id add a basic favicon because there wasnt one in here

I am getting this error when I try to invoke this, ``` 🤷 Project Name : hlug 🔧 Creating project called `hlug`... Error: ⛔ Error replacing placeholders `/tmp/hlug/README.md` Caused by:...

# tauri编译问题🧬 - mac(M1 ARM)下tauri编译问题🧬: ``` % rustc -vV rustc 1.65.0-nightly (2befdefdd 2022-08-06) binary: rustc commit-hash: 2befdefdda0f2bc5ff93f7f95633c98841409098 commit-date: 2022-08-06 host: aarch64-apple-darwin release: 1.65.0-nightly LLVM version: 14.0.6 ``` > 显示` copying...

Hello, I've been working on building this example repo as a nix flake. Both `nix build` and `nix develop` seem to be working now. The main outstanding issue is that...

I tryed to create a new app using the template suggested in the docs ``` cargo generate --git https://github.com/yewstack/yew-trunk-minimal-template ``` but when I `trunk serve` this is what I get...

# Why I added body tags: ![Rohan Vashisht](https://github.com/yewstack/yew-trunk-minimal-template/assets/81112205/bea44875-4322-4898-a8a5-428be5b66637) After cargo generating this template, anyone can face this issue, hence, I have added body tags by default to restrict this issue.