Skip to content

Latest commit

 

History

History
62 lines (31 loc) · 1.43 KB

File metadata and controls

62 lines (31 loc) · 1.43 KB

metalweb

Build Status License Tag

English | 中文

介绍

metalweb 作为 metalflow 前端,用于提供 web 访问服务。

Demo hosted: metalweb.vercel.app

Demo credentials: admin/123456

前提

  • Node.js >= 14.0
  • Vue >= 3.0

运行

Mock 模式

需在 .env.development 中设置 VITE_USE_MOCK=trueVITE_GLOB_API_URL=/basic-api

git clone https://github.com/devops-metalflow/metalweb.git

cd metalweb
yarn install
yarn run serve

Deploy 模式

需在 .env.development 中设置 VITE_USE_MOCK=falseVITE_GLOB_API_URL=http://localhost:8089/api/v1

git clone https://github.com/devops-metalflow/metalweb.git

cd metalweb
yarn install
yarn run build-prod

协议

本项目协议声明见 here