此项目用于演示如何在传统前端 app 集成石墨 SDK。
此项目需要和 server
一同运行。
git clone [email protected]:shimohq/sdk-cabinet-example.git
cd html
npm i
npm start
默认假定 server
运行于 8081
端口 (即 http://localhost:8081
) ,如果需修改后端服务的地址,请修改 html/config/default.js
文件。
运行后需要在 http://localhost:8080/login
注册一个本地用户。