react-cv-cli
v1.0.1
Published
搭建react组件脚手架工具
Downloads
1
Readme
react-cv-cli
react-cv-cli 是一个 react 组件开发工具。有两个可供选择的模板,react-component-rollup-tpl 和 react-component-webpack-tpl。
Getting Started
install:
npm install -g react-cv-cli
# OR
yarn global add react-cv-cli
Create a project:
react-cv-cli init my-component
Templates
react-component-rollup-tpl
react-component-rollup-tpl 用于编写 js 库,可对 js 和 css 进行处理,适用于 js 库。使用 webpack 生成开发环境,使用 rollup 进行打包,可打包成三个版本进行使用。
react-component-webpack-tpl
react-component-webpack-tpl 适用于业务场景丰富的组件,支持处理 js、图片、css、字体等。使用 webpack 生成开发环境和编译打包。
License
Licensed under the MIT License