UNPKG

utquidem

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

17 lines (12 loc) 252 B
--- sidebar_position: 1 --- # install 在项目根目录安装依赖。 install 函数中将根据 packageManager 的值使用对应的包管理工具安装依赖。 ```ts export type AfterForgedAPI = { install: () => Promise<void>; ... }; ```