Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/sync-uni-wxcomponents

Sync uniapp node_modules for mp-weixin components.
https://github.com/afeiship/sync-uni-wxcomponents

bin cli mp-weixin suwx sync uni uniapp uniapp-cli weixin wx wxcomponents

Last synced: 24 days ago
JSON representation

Sync uniapp node_modules for mp-weixin components.

Awesome Lists containing this project

README

        

# sync-uni-wxcomponents
> Sync uniapp node_modules for mp-weixin components.

## installation
```shell
# public
yarn add --dev @jswork/sync-uni-wxcomponents
# init project
npx @jswork/suwx-init --registry=https://registry.npmjs.org
```

## configrc
```json
{
"app": {
"page": "src/pages.json",
"wxcomponents": "src/wxcomponents"
},
"packages": [
{
"name": "mind-ui-weapp",
"dist": "miniprogram_dist"
}
]
}
```