Silence-dream / Silence-dream.github.io

blog博客
https://silence-dream.github.io
3 stars 0 forks source link

JSON 服务器 #16

Open Silence-dream opened 1 year ago

Silence-dream commented 1 year ago

https://github.com/typicode/json-server

[
  {"name":"赢麻了","age":18},
  {"name":"你法我笑.jpg","age":5}
]
npm install -g json-server
npx json-server --port 3001 --watch db.json