@aawd/codebox 中文文档教程
Typescript/React/Storybook/Jest template
用于创建要在 npm 上发布的 UI 组件库的模板。 只有 dist
目录通过 package.json
的文件属性发布在 npm 上。 Typescript 声明包含在 dist
中。
Usage
构建 js / css
npm run build
开始故事书
npm run storybook
以观看模式开始玩笑
npm test
License
Typescript/React/Storybook/Jest template
Template for creating UI components library to be published on npm. Only dist
directory is published on npm through the files property of package.json
. Typescript declarations are included in dist
.
Usage
build js / css
npm run build
start storybook
npm run storybook
start jest in watch mode
npm test