Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 436 Bytes

File metadata and controls

17 lines (14 loc) · 436 Bytes

项目模板

React 项目开发模版,实现各种性能优化方案。

访问地址: https://l4503071.github.io/react-page-template

运行步骤

  1. git clone
  2. npm i
  3. npm start

特性

  • 支持脚本创建 page 或 component;npm run create
  • 支持 redux 按 page 拆分;
  • 支持图片占位图 和 懒加载;
  • 支持 eslint 校验 和 git 提交校验 eslint;
  • 支持数据 mock;
  • 支持路由懒加载