Package Exports
- @dext7r/ui
- @dext7r/ui/dist/es/index.js
- @dext7r/ui/dist/lib/index.js
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/ui) 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 installGet Started
Run and debug the module:
pnpm run devRun test cases:
pnpm run testBuild the module for production:
pnpm run buildEnable optional features:
pnpm run newOther 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 packageFor more information, see the Modern.js Module documentation.