Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/sync-uni-wxcomponents
- Owner: afeiship
- License: mit
- Created: 2018-02-10T15:39:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T12:14:05.000Z (over 1 year ago)
- Last Synced: 2024-10-05T19:41:23.554Z (about 2 months ago)
- Topics: bin, cli, mp-weixin, suwx, sync, uni, uniapp, uniapp-cli, weixin, wx, wxcomponents
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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"
}
]
}
```