JSPM

@dext7r/testui

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23
  • Score
    100M100P100Q43565F

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 (@dext7r/testui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Modern.js Package

    Setup

    Install the dependencies:

    pnpm run install

    Get Started

    Run and debug the module:

    pnpm run dev

    Run test cases:

    pnpm run test

    Build the module for production:

    pnpm run build

    Enable optional features:

    pnpm run new

    Other commands:

    pnpm run lint         # Lint and fix source files
    pnpm run change       # Add a new changeset
    pnpm run bump         # Update version and changelog via changeset
    pnpm run release      # Release the package

    For more information, see the Modern.js Module documentation.