You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

546 B

jnpf-web-datascreen(大屏前端)

环境要求

  • Yarn(需先安装Node.js)

使用说明

安装依赖

yarn

开发环境

  • 打开src/utils/define.js,修改接口地址
  // 开发环境接口配置
  // JAVA Boot版本对应后端接口地址
  // JAVA Cloud对应网关地址
  const APIURl = 'http://localhost:30000'
  • 运行前端项目(默认会自动打开浏览器)
yarn dev

测试生产发布

# 构建测试环境
yarn build:staging

# 构建生产环境
yarn build