<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div>
安装 npm i -g json-server
使用软件 ConEmu , 在db.json 文件夹里
在命令窗口输入 json-server --watch db.json 开启服务器
</div>
</body>
</html>
网友评论