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-project.d.ts
4 lines
(3 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
import
type
{
InitVue3Options
}
from
'./types'
;
export
declare
function
initVue3Project
(
{ downloadPath, vueVersion, }:
InitVue3Options
):
Promise
<
unknown
>;
export
declare
function
initProject
(
{ downloadPath, vueVersion, }:
InitVue3Options
):
void
;