# mockjs-lite

> A minimalist simulation data generator


  [![Linux Build][travis-image]][travis-url]
  [![Coverage Status][coveralls-image]][coveralls-url]
  [![Dependencies][dependencies-image]][dependencies-url]
  [![node][node-image]][node-url]
  [![license MIT][license-image]][license-url]

[中文文档](README.zh-CN.md)

[website](http://mockjs-lite.js.org)


Refer to [Mock.js](https://github.com/nuysoft/Mock)

Retained the common functions and modified some tool methods.


## License

Mock.js is available under the terms of the MIT License.


[travis-url]: https://travis-ci.org/52cik/mockjs-lite
[travis-image]: https://img.shields.io/travis/52cik/mockjs-lite/master.svg?label=linux

[coveralls-url]: https://coveralls.io/github/52cik/mockjs-lite?branch=master
[coveralls-image]: https://coveralls.io/repos/52cik/mockjs-lite/badge.svg?branch=master&service=github

[license-url]: https://opensource.org/licenses/MIT
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg

[dependencies-url]: https://david-dm.org/52cik/mockjs-lite
[dependencies-image]: https://img.shields.io/david/52cik/mockjs-lite.svg?style=flat

[node-url]: https://nodejs.org
[node-image]: https://img.shields.io/badge/node-%3E%3D%204-brightgreen.svg
