New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fast-servers

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-servers

aasdf

  • 1.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

小程序融合工具帮助开发者自动合并两个小程序

小程序融合工具

mini-fuse 能帮助开发者自动合并两个小程序。配合webpack编译插件 Async-fuse-build-plugin能够实现混合小程序同步开发调试的效果。

安装

$ npm install -g @jd/mini-fuse --registry=http://registry.m.jd.com

使用

$ fuse -o -t

参数


  OPTIONS:

  -a <value> 小程序id
  -p <value> 项目名称
  -o <value> 待融合的小程序项目路径
  -t <value> 目标小程序项目路径
  -c <value> webpack 用于加载 chunk 的全局变量
  -v 版本
  -h 帮助

目录结构

|-- pages                                   // 主小程序的pages
    |-- dist                                // 融合小程序的统一文件夹
        |-- <project-A>                     // A小程序打包资源目录
        |-- <project-B>                     // B小程序打包资源目录

    |-- index                               // 主小程序的index页面
    ...
    ...
|-- static                                  // 主小程序的媒体资源
|-- app.js                                  // 主小程序资源
|-- app.json                                // 主小程序资源
|-- app.wxss                                // 主小程序资源
...
...

FAQs

Package last updated on 18 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc