v0.1.5 — Vue Entry Point & CSS Imports Order Fixes
rusters-cli v0.1.5
This release addresses multiple compiler and stylesheet generation bugs:
Fixes
- Vue entry point bug: Added missing
main.tstemplate file for Vue projects, and configuredindex.htmlto load the entry file dynamically (main.tsfor Vue,main.tsxfor React). This fixes the missing/src/main.tsxVite resolve error when Vue is selected. - Tailwind imports order warning: Swapped ordering in
styles.csstemplate so@import url(...)precedes@import "tailwindcss". This fixes the[vite:css] @import must precede all other statementserror. - Schema module compiler warning: Added a default blank
schema.rstemplate to prevent unexpected compile-time errors/warnings before runningcargo pullin a newly-ignited project. - Dead code / Unused imports warnings: Applied
#[allow(dead_code)]and#[allow(unused_imports)]parameters where appropriate to ensure out-of-the-box compilations run completely warning-free.
Install
cargo install --git https://github.com/untrustnova/rusters-cli --tag v0.1.5