Next generation artificial intelligent ERP system.
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
docker pull wansenai/eairp-web:2.0.3
- 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.
- 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