JSPM

@mulin24/base-ui

1.0.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q7560F

Package Exports

  • @mulin24/base-ui
  • @mulin24/base-ui/dist/es/index.js
  • @mulin24/base-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 (@mulin24/base-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Your Package

Prerequisites

  1. Node.js LTS

Get Started

按开发环境的要求,运行和调试项目

运行和调试组件

pnpm run dev

运行测试用例

pnpm run test

按照社区规范和最佳实践,生成构建产物

pnpm run build

继续创建更多项目要素

pnpm run new

其他

pnpm run lint         # 检查和修复所有代码
pnpm run change       # 添加 changeset,用于发版时生成 changelog
pnpm run bump         # 生成发版相关的修改,比如更新版本号、生成 changelog
pnpm run release      # 根据 bump 自动修改和人工修改的发版要求,发布项目