mas_ui
v1.0.13
Published
A components library example
Downloads
40
Readme
MAS 前端组件
mas_ui
环境
node 23.5.0
pnpm 9.1.1安装依赖
pnpm i启动StoryBook 文档
pnpm run storybook部署静态文档
pnpm i
pnpm run build-storybook
docker build -t mas_ui .Quickstart
pnpm install
pnpm devCommands
Start the development server
pnpm devBuild documentation site
pnpm buildBuilding component libraries
pnpm compileLint code
pnpm lintRun unit test
pnpm testRun unit test in watch mode
pnpm test:watch Run unit test and report coverage
pnpm test:coverage Mount Git Hooks
npx simple-git-hooksGenerate changelog
pnpm changelogRelease
tips:
- 1.The registry of npm must be the official source of npm
- 2.The npm must be logged in
pnpm releaseCreate component template files
pnpm run create