@jx-frontend-lib/react
v0.0.24
Published
@jx-frontend-lib/react
Readme
React 组件库
vite + react + typescript + vtest + bookstory
Architecture
Components list:
- packages/react: react通用组件
Usage
- 安装:
pnpm i- 启动:
yarn dev or pnpm run dev- 打包:
yarn build or pnpm run build- 单测:
yarn test or pnpm run test- 单测覆盖
yarn coverage or pnpm run coverage- 访问:
yarn sotrybook
现在您可以通过 `http://localhost:6006/ ` 访问.