• Stars
    star
    331
  • Rank 127,323 (Top 3 %)
  • Language
    JavaScript
  • Created about 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

react全家桶框架

react-family

从零搭建react-family框架教程(教程会不断更新)

希望您能和我一起完善这个框架!欢迎fork

开发坏境启动

  1. npm install
  2. npm start
  3. npm run mock 打开json-server,模拟ajax数据
  4. 浏览器打开http://localhost:8080

生产坏境部署

  1. npm run build

  2. 拷贝dist文件夹至服务器即可