a vuejs plugin to generate fake data
npm install vue-fake-data> a vuejs plugin to generate realistic fake data
`` bash`
npm i vue-fake-data --save`How to use
bash
import vueFakeData from 'vueFakeData'
Vue.use(vueFakeData,{locale: 'eng'}) Hey,my address is {{fakeStreetAddress}}, {{fakeCity}} :)
``Global Object
bash`$3
Vue.$DataFaker`
#### Examplebash
`
- dataFaker: help you to generate Fake data such as names and emails ... Hi! my name is : and this is my best picture ever:
- imageFaker: you can use it with tag to change the src attr to a random imag url `
#### Example: bash
``