1.2.0 • Published 4 years ago

@aligov/plugin-gov-cloud-builder v1.2.0

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

README

政务中台的 build-script 插件集合目前包含

  • build-plugin-fusion

安装

npm i @aligov/plugin-gov-cloud-builder build-plugin-fusion -D

修改配置

打开build.json/build.config.js

"plugins": [
    [
      "build-plugin-fusion",
      {
        "themePackage": "@alifd/theme-xxxx"
      }
    ]
]

修改为

"plugins": [
    [
      "@aligov/plugin-gov-cloud-builder",
      {
        "themePackage": "@alifd/theme-xxxx"
      }
    ]
]

如果需要不使用内置的 BUILD_THEME 变量

"plugins": [
    [
      "@aligov/plugin-gov-cloud-builder",
      {
        "themePackage": "@alifd/theme-xxxx",
        "ignoreBuildTheme": true,
      }
    ]
]
1.2.0

4 years ago

1.1.0

4 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