调试环境准备
npm install dingtalk-design-cli -g- 工程目录根目录添加ding.config.json文件
// ding.config.json
{
"type": "h5",
"typescript": true,
"base": "./",
"outDir": "./"
}
ding dev web --targetH5Url <http://localhost:7534/>
npm install dingtalk-design-cli -g// ding.config.json
{
"type": "h5",
"typescript": true,
"base": "./",
"outDir": "./"
}
ding dev web --targetH5Url <http://localhost:7534/>