mh_custom/wtmProject/wwwroot/index_dev.html

12 lines
453 B
HTML
Raw Normal View History

2024-05-16 17:30:33 +08:00
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
</head>
<body>
后端服务已启动,<a href="/swagger">跳转swagger api文档</a><br />
前端项目在ClientApp下<br />
建议使用<a href="https://code.visualstudio.com/" target="_blank">VS Code</a> 打开ClientApp目录进行前端的开发和运行<br />
也可以手动用命令行进入ClientApp项目先运行npm install然后运行npm start<br />
</body>
</html>