Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 384 Bytes

commonComponents

a project base on react and webpack and es6 and node

项目介绍

一个基于antd实现的基础react组件库,主要积累工作中封装的一些通用组件

项目的启动

  1 安装依赖npm install 建议设置淘宝镜像后使用 cnpm install,或者安装yarn之后,采用yarn install   2 npm run dev

发到生产环境

  npm run deploy