JSPM

vize

0.0.1-alpha.20
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5719
  • Score
    100M100P100Q149492F
  • License MIT

Vize - High-performance Vue.js toolchain in Rust

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/vize

    Usage

    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 help

    Examples

    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 checking

    Alternative Installation

    If npm installation fails, you can install via Cargo:

    cargo install vize

    License

    MIT