RustGrow

Results 13 comments of RustGrow

I removed tailwind from the gitignore, but unfortunately hotreload didn't work. .gitignore ``` # Generated by Cargo # will have compiled files and executables /target/ /dist/ /static/ /.dioxus/ # These...

My new settings ```json "tailwindCSS.classAttributes": [ "class", "className", "ngClass", "class:" ], "tailwindCSS.experimental.classRegex": [ "class\\s*:\\s*\"([^\"]*)" ], "tailwindCSS.includeLanguages": { "rust": "html" }, "tailwindCSS.experimental.configFile": null, ``` But if you don't save when you...

Netwide Assembler (NASM) must be installed for win11 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/win64/ Inside its shell install cli https://github.com/DioxusGrow/dioxus_translator?tab=readme-ov-file#quick-start