# 长安链管理平台前端 **Repository Path**: JackieCode/chainmaker-web ## Basic Information - **Project Name**: 长安链管理平台前端 - **Description**: 长安链管理平台前端 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-18 - **Last Updated**: 2025-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChainMaker 管理平台 ## 适配版本一览表 | 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