Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 333 Bytes

File metadata and controls

22 lines (16 loc) · 333 Bytes

react-scaffold

介绍

使用最新的技术搭建React开发环境脚手架。 React主要用于单页应用程序。

环境

  • Webpack 4.x
  • Babel 7.x
  • React 16.x

开发

  • npm install
  • npm start
  • npm run build

特性

版本

  • 0.0.1 初始化工程
  • 0.0.2 排除dist等目录、添加PostCss、autoprefixer