UNPKG
net-cli
Version:
latest (1.0.2)
1.0.2
0.1.2
0.0.1
Vue3 项目前端脚手架
novlan1.github.io/docs/plugin-light/zh/net-cli.html
novlan1/plugin-light
net-cli
/
lib
/
src
/
init-sub-project.d.ts
3 lines
(2 loc)
•
184 B
TypeScript
View Raw
1
2
3
import
type
{
InitSubProjectOptions
}
from
'./types'
;
export
declare
function
initSubProject
(
{ subProjectName, downloadPath,
type
, vueVersion, config, }:
InitSubProjectOptions
):
void
;