mock-stores

0.0.6 • Public • Published

Introuced

GitHub issuesGitHub forksGitHub starsGitHub license

Mock-Stores help you to mock data easily at anywhere with webpack.providePlugin

Install

$ yarn add mock-stores -D

Usage

firstly,create mock directory in your root directory, and then create your js/json file. Add this plugin in webpack.config.js file

// webpack.config.js
  plugins: [
    new webpack.ProvidePlugin({
      Store: 'mock-stores'
  })

just add Store object in where you get data, and in development environment you will get mock data,and in production environment ,you get online data.You don't have to do anything, enjoy it!

 fetch('/users.json')
   .then(function(response) {
     let item = Store['yourMockJsFileName'] || response.json()
   })  

LICENSE

MIT ©hawx1993

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i mock-stores

      Weekly Downloads

      2

      Version

      0.0.6

      License

      MIT

      Unpacked Size

      3.65 kB

      Total Files

      5

      Last publish

      Collaborators

      • trigkit4