Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 322 Bytes

File metadata and controls

22 lines (14 loc) · 322 Bytes

React-cli

简单可定制的react脚手架

使用方式

开发:

node react-cli.js appname

cd appname

npm install

npm start

线上打包:

npm run build

  • 3.20日更新:添加对全局css的支持和react-router-dom。
  • 3.21日更新:修改生成的.gitinore文件

添加对css模块化的支持