Authored by shuaiguo

ufo platform fe

  1 +http://git.yoho.cn/fe/ufo-platform-fe
  2 +
  3 +ufo平台端代码
  4 +开发环境: yarn dev, 文件夹名称为路由名称
  5 +
  6 +不需要发布版本,开发好修改配置webpack.prod.config.js
  7 +
  8 +```
  9 + output: {
  10 + path: path.join(__dirname, './dist'),
  11 + },
  12 +```
  13 +
  14 +运行yarn build打包
  15 +
  16 +打包好的代码压缩后发给后端,一般是马力组即可
  17 +