Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vize) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Vize
High-performance Vue.js toolchain in Rust.
Installation
# Install from npm
npm install -g vize
# Or install from GitHub
npm install -g github:vizejs/vizeUsage
vize [COMMAND] [OPTIONS]| Command | Description |
|---|---|
build |
Compile Vue SFC files (default) |
fmt |
Format Vue SFC files |
lint |
Lint Vue SFC files |
check |
Type check Vue SFC files |
musea |
Start component gallery server |
lsp |
Start Language Server Protocol server |
vize --help # Show help
vize <command> --help # Show command-specific helpExamples
vize # Compile ./**/*.vue to ./dist
vize build src/**/*.vue -o out # Custom input/output
vize build --ssr # SSR mode
vize fmt --check # Check formatting
vize lint --fix # Auto-fix lint issues
vize check --strict # Strict type checkingAlternative Installation
If npm installation fails, you can install via Cargo:
cargo install vizeLicense
MIT