quickcomp

🚁 Make it easier to develop and build components


License
MIT
Install
npm install quickcomp@0.0.5

Documentation

quickcomp

🚁 Make it easier to develop and build components

用法

下载

npm i quickcomp -g

创建初始模板

quickcomp create <compoennt-name>

开发环境

quickcomp serve

打包代码和文档

quickcomp build

TODO

  • create命令增加交互(自定义package.json内容,是否typescript,eslint规范等)
  • 使用更好的文档工具,目前是storybook,不是很好。
  • 增加test命令支持对组件进行测试