mirror of
https://gitee.com/BDWare/contract-java-example.git
synced 2026-02-14 16:49:30 +00:00
update front development guide
This commit is contained in:
15
README.md
15
README.md
@@ -93,14 +93,13 @@ NodePortal.html可参考:[BDContract管理页面](https://public.internetapi.c
|
||||
部署至远程服务端执行":backend:deploy"任务:
|
||||
即执行./backend/build.gradle 中的 deploy。
|
||||
|
||||
## 前端sdk说明
|
||||
|
||||
1. 如何使用javascript sdk
|
||||
2. 如何使用typescript sdk
|
||||
3. 示例:使用vite/vue/...等框架
|
||||
3. 如何配置成前后端独立连接的
|
||||
4. 如何配置成前后端一体化
|
||||
|
||||
## 前端开发说明
|
||||
详见[front/README.md](./front/README.md)
|
||||
启动好之后,可通过以下路径访问前端:
|
||||
```json
|
||||
http://127.0.0.1:21030/DOIP/ContractExample/assets/vite/dist/index.html
|
||||
http://127.0.0.1:21030/DOIP/ContractExample/assets/html/index.html
|
||||
```
|
||||
## 模拟后端数据
|
||||
|
||||
## 后端常用方法说明
|
||||
|
||||
Reference in New Issue
Block a user