English | 中文
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
- Node.js >= 14.0
- Vue >= 3.0
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 serveSet 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-prodProject License can be found here.