mh_custom/wtmProject/wwwroot/index_dev.html
2024-05-17 13:43:36 +08:00

12 lines
453 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>