# baas-web **Repository Path**: lsf1227/baas-web ## Basic Information - **Project Name**: baas-web - **Description**: baas前端项目 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-12 - **Last Updated**: 2024-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChainMaker 管理平台 ## 接口文档地址 链接: https://apifox.com/apidoc/shared-b66a6cf4-5ac1-43c3-9db8-2fbc88b650bb 访问密码: trxk 账号:lsf 密码:a123456 账号:admin 密码:a123456 ## 适配版本一览表 | chainmaker-go | management-backend | management-web | | :------------ | :----------------- | -------------- | | v2.3.0 | v2.3.0 | v2.3.0 | ## 开发 ### whistle 代理 ```shell # 加载规则配置 $ w2 use ``` 访问[http://192.168.1.108:3000](http://192.168.1.108:3000) ```shell # 安装依赖 $ npm install # 启动 $ npm start # 构建打包 $ npm build ``` ### 项目结构 ``` . ├── README.md ├── README.old.md ├── package-lock.json ├── package.json ├── public ├── scripts │   ├── build.js │   ├── start.js │   └── test.js ├── src │   ├── App.css │   ├── App.test.tsx │   ├── App.tsx │   ├── common │   ├── index.css │   ├── index.tsx │   ├── mock-data │   ├── routes │   ├── routes.tsx │   ├── setupTests.ts │   ├── stores │   ├── typing.d.ts │   └── utils └── tsconfig.json ``` ### 协议 - 所有程序文件头部追加协议声明,参见既存程序文件,如`src/App.tsx` ## 测试 ### 测试账户 ``` username:admin password:a123456 ``` ### 测试预览 访问[http://192.168.1.108](http://192.168.1.108) ## 部署 - 测试`develop分支CI自动部署 ` - 生产`人工锁版` ## 开源 - 项目中采用的第三方资源均为开源 ## 相关文档 - https://tea-design.github.io/component - https://github.com/nuysoft/Mock/wiki/Getting-Started