写一个本地的jsons数据

需要安装node.js
cnpm查询镜像
1.在命令行输入:

npm install -g json-server --registry=https://registry.npm.taobao.org

2.创建json文本文件:

notepad ww.json

3.创建本地服务:

json-server ww.json

crl+c退出

你可能感兴趣的:(写一个本地的jsons数据)