Skip to content

imyuanyuanm/m-temeplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

 npm start
 npm run build

提供vw和rem两种布局方案

配置方式: webpack.config.js

const layout = 'vw'; // you can select rem or vw

todo

  • 布局 vw rem
  • webpack优化 dll
  • 路由 按需加载
  • 状态管理 MobX
  • 数据请求
  • 代理
  • 骨架屏
  • 兼容测试