sync-uni-wxcomponents
Sync uniapp node_modules for mp-weixin components.
installation
# public
yarn add --dev @jswork/sync-uni-wxcomponents
# init project
npx @jswork/suwx-init --registry=https://registry.npmjs.org
configrc
{
"app": {
"page": "src/pages.json",
"wxcomponents": "src/wxcomponents"
},
"packages": [
{
"name": "mind-ui-weapp",
"dist": "miniprogram_dist"
}
]
}