Vue用json-server+mockjs来Mock数据
环境配置这里需要用到json-server和mockjs模拟插件。 json-server: https://github.com/typicode/json-server mockjs: http://mockjs.com/安装 npm install json-server –save-dev npm install mockjs –save-dev...