v0.1.4 — Module resolution & Tailwind Integration
rusters-cli v0.1.4
This release solves missing Rust module compiler errors and migrates the frontend scaffold template to use Tailwind CSS v4 as the main base.
Fixes
- Module compiler errors: Added missing
mod.rsfiles for thecontrollers,database, andmiddlewaremodules in the project template. This fixes thefile not found for modulecompilation failure. - React mount point: Fixed the React starter template (
main.tsx) to properly useReactDOM.createRootto mount the root<App />component into#appin the DOM.
Tailwind CSS v4 Integration
- Tailwind-based utility styles: Migrated starter templates (
App.vueandmain.tsx) to use utility classes from Tailwind CSS. - Vite config: Created custom
vite.config.tstemplates that automatically load@tailwindcss/vite(Tailwind CSS v4) and the respective framework plugin (@vitejs/plugin-vueor@vitejs/plugin-react). - Base styles: Replaced static layout rules in
styles.csswith@import "tailwindcss"configurations.
Install
cargo install --git https://github.com/untrustnova/rusters-cli --tag v0.1.4