UNPKG

quick-react-app

Version:

快速开发React项目脚手架

6 lines (5 loc) 219 B
//repo-config.js |仓库配置 const reactRepo = "direct:https://github.com/jianhuagao/react-temp.git"; const cpnUrl = "src/components/"; const pageUrl = "src/pages/"; module.exports = { reactRepo,cpnUrl,pageUrl }