mock.js所做的
基于 數(shù)據(jù)模板 生成模擬數(shù)據(jù)。
基于 HTML模板 生成模擬數(shù)據(jù)。
攔截并模擬 ajax 請求。
Mock.js官方網(wǎng)址: http://mockjs.com/
1、Mock.js下載安裝
下載mock.js文件 https://raw.githubusercontent.com/nuysoft/Mock/refactoring/dist/mock.js 直接打開另存為就ok了
npm安裝mock模塊
項目路徑下執(zhí)行命令:npm install mock
2.1、Mock.js 使用demo (方式1:jquery方式)
demo的文件目錄如下