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