Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

micro-umi-sspa

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

micro-umi-sspa

umi

unpublished
latest
Source
npmnpm
Version
2.0.4
Version published
Maintainers
1
Created
Source

micro-umi-sspa

NPM version NPM downloads

umi

Install

# or yarn
$ npm install
$ npm run build --watch
$ npm run start

Usage

Configure in .umirc.js or config/config.js,

// micro-umi-sspa2.x only use for umi2.x 的配置
export default {
  plugins: [
    'micro-umi-sspa',
    {
      base: false,
      deployPath: ISDEV ? '/' : '/micro-module-umi-demo/',
      name: 'MicroModuleUmiDemo',
    },
  ],
  // ...
};

// micro-umi-sspa3.x rc only use for umi3.x rc 测试中,勿下载使用
export default {
  plugins: ['micro-umi-sspa'],
  'micro-umi-sspa': {
    base: false,
    deployPath: ISDEV ? '/' : '/micro-module-umi-demo/',
    name: 'MicroModuleUmiDemo',
  },
  // ...
};

Options

TODO

LICENSE

MIT

FAQs

Package last updated on 22 Jun 2020

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