Skip to content

Latest commit

 

History

History

html

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

此项目用于演示如何在传统前端 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 注册一个本地用户。