将config文件夹放入src里

vue 生产环境和线上环境配置

 导入config文件夹

 vue 生产环境和线上环境配置

 

vue 生产环境和线上环境配置

 

 vue 生产环境和线上环境配置

 

 

 

vue 生产环境和线上环境配置

 

 

 vue 生产环境和线上环境配置

 

vue 生产环境和线上环境配置

 

 plugins: [
    [
      "global-define",
      {
        __NODE_ENV__: process.env.NODE_ENV,
      },
    ],
  ],

 安装依赖:

cnpm install babel-plugin-global-define --save

 

相关文章:

  • 2021-11-20
  • 2021-06-04
  • 2022-01-23
  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案