JSPM

@usevyre/all

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 317
  • Score
    100M100P100Q70294F
  • License MIT

useVyre — install everything: React, Vue, tokens, and all AI tooling in one package

Package Exports

  • @usevyre/all

Readme

@usevyre/all

Install every useVyre package in one command.

npm i @usevyre/all

That's it. You get:

Package What it does
@usevyre/react React components
@usevyre/vue Vue components
@usevyre/tokens CSS variables + DTCG design tokens
@usevyre/ai-context Inline AI context blocks for agents
@usevyre/mcp-server MCP server for Claude Desktop, Cursor, Copilot
@usevyre/eslint-plugin Lint rule that catches hallucinated props
@usevyre/validate-ai-context CLI scanner for invalid prop usage
@usevyre/prompt-templates Drop-in system prompts for 5 agents

Usage

Import from the specific sub-packages for tree-shaking:

// React
import { Button, Badge } from "@usevyre/react";
import "@usevyre/react/styles";

// Vue
import { Button, Badge } from "@usevyre/vue";
import "@usevyre/vue/styles";

// Tokens (always needed)
import "@usevyre/tokens/css";

Docs

usevyre.com/docs/getting-started