UNPKG
net-cli
Version:
latest (1.0.2)
1.0.2
0.1.2
0.0.1
Vue3 项目前端脚手架
novlan1.github.io/plugin-light/zh/net-cli.html
novlan1/plugin-light
net-cli
/
lib
/
src
/
index.d.ts
5 lines
(4 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
export
{ initProject, initVue3Project }
from
'./init-project'
;
export
{ initSubProject }
from
'./init-sub-project'
;
export
*
from
'./config'
;
export
{ downloadGitRepo, }
from
'./helper'
;