1.0.1 • Published 3 years ago
my-workflow-test-npm v1.0.1
my-workflow-test-npm
Getting Started
开始安装
$ npm i my-workflow-test-npm使用
import { Foo } from 'my-workflow-test-npm';
export default ({ title }: { title: string }) => <Foo title={title} />>;Build documentation,
$ npm run docs:buildRun test,
$ npm testBuild library via father,
$ npm run build