Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

wansenai/eairp-web

Repository files navigation

Next generation artificial intelligent ERP system.

Project

This repository is used to store front-end code. Currently, we have merged the front-end and back-end into one repository.

Please browse: eairp This repository will be archived to v2.0.3 version

Pull images

docker pull wansenai/eairp-web:2.0.3

Online preview

  • eairp preview / 在线预览
  • test account (测试账号): wansen
  • test password (测试密码): 123456
  • Some functional modules are being developed and improved, please refer to our to-do list. It's not easy to generate electricity with love.
  • If this project is helpful to you, please click on Star. Thank you.

Install and use

  • Get the project code
git clone https://github.com/eairp/eairp.git
  • Installation dependencies
npm install -g pnpm

cd web

pnpm install
  • run
pnpm serve
  • build
pnpm build