UNPKG

@lx-react-materiel/ms-shop

Version:

## usage

25 lines (17 loc) 553 B
# @lx-react-materiel/ms-shop ## usage 1. 安装组件 `pnpm add @lx-react-materiel/ms-shop` 2. 利用项目编译组件 > 仓库发布的npm包都是源文件,需要依赖于使用项目进行编译构建,Taro 默认不编译 node_modules 中的文件,所以使用物料仓库中组件需设置项目中的 Taro 编译配置 ``` { mini: { compile: { include: [ path.resolve(__dirname, '..', 'node_modules/@lx-react-materiel/') ], }, } } ``` 3. 在页面使用