UNPKG
quick-react-app
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
快速开发React项目脚手架
github.com/jianhuagao
jianhuagao/quick-react-app
quick-react-app
/
lib
/
config
/
repo-config.js
6 lines
(5 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
//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 }