Install JSON Server npm install -g json-server. Create a db.json file with some data { "posts": [ { "id": 1, "title": "json-server", "author": "typicode" } ...
確定! 回上一頁