0.1.4 • Published 3 years ago

umi-plugin-music-paas v0.1.4

Weekly downloads
31
License
-
Repository
github
Last release
3 years ago

umi-plugin-music-paas

NPM version NPM downloads

Install

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

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-music-paas'],
  ],
}

Options

export default {
  paas: {
    isSubApp: true, // 是否是子应用, 如果是子应用将会注入ice stark的代码
    needModifyRoutes: true, // 是否需要修改基准路由路径(basename)
  },
  plugins: [
    ['umi-plugin-music-paas'],
  ],
}

LICENSE

MIT

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago