/metalweb

Metal web

Primary LanguageVueApache License 2.0Apache-2.0

metalweb

Build Status License Tag

English | 中文

Introduction

metalweb is the web of metalflow written in TypeScript.

If you want to give it a try, you can install it for free (see section below) or you can just use the online demo hosted on Vercel.

Demo hosted: metalweb.vercel.app

Demo credentials: admin/123456

Prerequisites

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

Run

Mock mode

Set VITE_USE_MOCK=true and VITE_GLOB_API_URL=/basic-api in .env.development.

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

cd metalweb
yarn install
yarn run serve

Deploy mode

Set VITE_USE_MOCK=false and VITE_GLOB_API_URL=http://localhost:8089/api/v1 in .env.development.

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

cd metalweb
yarn install
yarn run build-prod

License

Project License can be found here.