1.0.23 • Published 4 years ago

micro-structure-cli v1.0.23

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Usage

npm install micro-structure-cli --save-dev

micro init

Config

初始化时要求 config 的绝对路径地址必填,config 格式为:

window._MICRO_APP_CONFIG = {
  devMenu: [
    {
      id: 'index',
      name: '首页',
      path: '/',
      urlPath: '/app.js',
      origin: 'http://localhost:8080'
    },
    {
      id: 'about',
      name: '关于',
      path: '/about',
      urlPath: '/app.js',
      origin: 'http://localhost:8083'
    }
  ],
  normalMenu: [
    {
      id: 'index',
      name: '首页',
      path: '/',
      urlPath: '/app.js',
      origin: 'http://localhost:8080'
    },
    {
      id: 'about',
      name: '关于',
      path: '/about',
      urlPath: '/app.js',
      origin: 'http://localhost:8083'
    }
  ]
}
1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.19

4 years ago

1.0.20

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago