📌  相关文章
📜  'json-server' 不是内部或外部命令、可运行程序或批处理文件. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:27.512000             🧑  作者: Mango

代码示例1
npm install -g json-server

npx json-server --watch db.json
//if installed locally in your project - use npx to run