rainbow-com-cli
v1.1.2
Published
<!-- * @Description: * @Version: 2.0 * @Author: zhouhong07 * @Date: 2020-03-12 15:08:13 * @LastEditors: zhouhong07 * @LastEditTime: 2020-08-07 09:58:38 --> ## react脚手架
Downloads
1
Readme
react脚手架
what can i do ?
- Tree shaking
- build after gzip
- corejs3 to polyfill
- image limit output
- support scss
如何使用 : how to use ?
install(安装)
npm i rainbow-com-cli
or
cnpm i rainbow-com-cli
create project(创建项目)
rainbow-react demo //demo is your dictionary name
or
rainbow demo //demo is your dictionary name
choose alias(相关配置)
- is or not a react pro;
- is have router ...
Project structure : now just support .js
-config
--webpack.config.js
-public
--index.html
-scripts
-src
--component
--page
--util
--app.js
--app.scss
--index.scss
--index.js
-.babelrc
-.gitignore
-package.json
-README.md
-postcss.config.js