UNPKG
kxl
Version:
latest (1.0.2)
1.0.2
1.0.1
如何安装?
github.com/kangxulong/kxl-CLI
kangxulong/kxl-CLI
kxl
/
lib
/
config
/
repo-config.js
7 lines
(6 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
let
vueRepo
=
"direct:https://github.com/kangxulong/kxl-vue-temp.git"
;
let
reactRepo
=
""
;
module
.
exports
= { vueRepo, reactRepo }