1.0.2 • Published 2 years ago

orgsee v1.0.2

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

see部署脚本

需要在public文件夹下,新建config.js文件,且文件内容形如:

const config = {
  // 服务环境地址
  appBaseUrl: {
    value: "/susorgsecu",
    label: "服务环境地址",
    tooltip: "配置服务环境的地址",
    type: "input"
  }
  ....
  export default config

安装

yarn add orgsee

使用

在基金项目中目录中

yarn

orgsee build