- Notifications
You must be signed in to change notification settings - Fork2.7k
A simulation data generator
License
nuysoft/Mock
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Mock.js is a simulation data generator to help the front-end to develop and prototype separate from the back-end progress and reduce some monotony particularly while writing automated tests.
The official site:http://mockjs.com
- Generate simulated data according to the data template
- Provide request/response mocking for ajax requests
Generate simulated data according to HTML-based templates
This library is loosely inspired by Elijah Manor's postMockingIntroduction,mennovanslooten/mockJSON,appendto/jquery-mockjax andvictorquinn/chancejs.
If you have any questions, please feel free to ask throughNew Issue.
Make sure the problem you're addressing is reproducible. Usehttp://jsbin.com/ orhttp://jsfiddle.net/ to provide a test page. Indicate what browsers the issue can be reproduced in. What version of Mock.js is the issue reproducible in. Is it reproducible after updating to the latest version?
Mock.js is available under the terms of theMIT License.