| Crates.io | vize |
| lib.rs | vize |
| version | 0.0.1-alpha.31 |
| created_at | 2026-01-12 06:59:16.468681+00 |
| updated_at | 2026-01-12 12:47:30.802831+00 |
| description | Vize - High-performance Vue.js toolchain in Rust |
| homepage | |
| repository | https://github.com/ubugeeei/vize |
| max_upload_size | |
| id | 2037143 |
| size | 131,504 |
High-performance Vue.js toolchain in Rust
Vize (/viːz/) is named after Vizier + Visor + Advisor — a wise tool that sees through your code. This crate serves as the unified gateway to all Vize functionality, bringing together all the art-themed crates into a single, powerful command-line tool.
.gitignore aware file discoverycargo install vize
vize lsp # stdio mode (for VS Code)
vize lsp --port 9527 # TCP mode (for debugging)
vize lint src/**/*.vue
vize lint --fix src/
vize src/**/*.vue # Compile all .vue files
vize -o ./build # Output to custom directory
vize --ssr # Enable SSR mode
vize --profile # Show compilation profile
vize -j 4 # Set thread count
vize is the command-line interface for the Vize compiler's art-themed crate collection:
| Crate | Art Term | Role |
|---|---|---|
| vize_carton | Carton (Portfolio Case) | Shared utilities & allocator |
| vize_atelier_core | - | AST & Parser (core) |
| vize_atelier_dom | Atelier (Workshop) | DOM compiler |
| vize_atelier_vapor | Atelier (Workshop) | Vapor compiler |
| vize_atelier_sfc | Atelier (Workshop) | SFC compiler |
| vize_vitrine | Vitrine (Display Case) | Bindings (Node.js/WASM) |
| vize_canon | Canon (Standard) | Type checker |
| vize_glyph | Glyph (Letterform) | Formatter |
| vize_patina | Patina (Aged Surface) | Linter |
| vize | - | CLI (this crate) |
MIT License