1.0.23 • Published 5 years ago

micro-structure-cli v1.0.23

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.19

5 years ago

1.0.20

5 years ago

1.0.18

5 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago