0.0.7 • Published 5 years ago
am_components v0.0.7
components
Getting Started
Install dependencies,
$ npm iStart the dev server,
$ npm startBuild documentation,
$ npm run docs:buildBuild library via father-build,
$ npm run build编写组件
从简 src 目录下创建文件目录 在文件目录下编写组件和文档内容 导出到 src/index.tsx 文件中