# 公共包
除 t-comm
外,plugin-light
中最底层的依赖,业务无需使用。
# 如何使用
安装
pnpm add @plugin-light/shared -D
使用
import { getDeps } from '@plugin-light/shared';
getDeps(__dirname);
← Vue2 公共包 Vite 版本的路由读取 →
除 t-comm
外,plugin-light
中最底层的依赖,业务无需使用。
安装
pnpm add @plugin-light/shared -D
使用
import { getDeps } from '@plugin-light/shared';
getDeps(__dirname);
← Vue2 公共包 Vite 版本的路由读取 →