English | 中文
metalweb 作为 metalflow 前端,用于提供 web 访问服务。
Demo hosted: metalweb.vercel.app
Demo credentials: admin/123456
- Node.js >= 14.0
- Vue >= 3.0
需在 .env.development 中设置 VITE_USE_MOCK=true 和 VITE_GLOB_API_URL=/basic-api。
git clone https://github.com/devops-metalflow/metalweb.git
cd metalweb
yarn install
yarn run serve需在 .env.development 中设置 VITE_USE_MOCK=false 和 VITE_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。