An open API service indexing awesome lists of open source software.

https://github.com/zhao5271/mock-data-example

json-server + mockjs 构建本地模拟数据
https://github.com/zhao5271/mock-data-example

json-server mock mockjs nodemon shelljs

Last synced: 13 days ago
JSON representation

json-server + mockjs 构建本地模拟数据

Awesome Lists containing this project

README

          

npm run mock 启动项目

1.利用 mockjs 生成动态数据,到 mock 中,在db.js 中引入

2.json-server 执行 db.js 文件,模拟接口

3.nodemon 监听 mock 文件夹下 文件的变更,重新执行 json-server