You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2021. It is now read-only.
console.log('Click row: ', row); // If no row is selected, row will be NULL
185
180
}
@@ -188,14 +183,48 @@ This callback will modify the data for various operations. Such as applying a sp
188
183
}
189
184
```
190
185
186
+
## Buy me a coffee
187
+
<ahref="https://paypal.me/coderdiaz">
188
+
<img src="src/assets/donate.jpg" width="220">
189
+
</a>
190
+
191
+
### Development
192
+
193
+
```bash
194
+
# install dependencies
195
+
npm install
196
+
197
+
# serve with hot reload at localhost:8080
198
+
npm run dev
199
+
200
+
# build for production with minification
201
+
npm run build
202
+
203
+
# build for production and view the bundle analyzer report
204
+
npm run build --report
205
+
206
+
# run unit tests
207
+
npm run unit
208
+
209
+
# run e2e tests
210
+
npm run e2e
211
+
212
+
# run all tests
213
+
npm test
214
+
```
215
+
216
+
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
217
+
191
218
### Implementation examples
192
219
- Using Laravel 5.3 and pagination: [laravel-datasource-example](https://github.com/coderdiaz/laravel-datasource-example).
193
220
194
-
195
221
### Contributions
196
222
All contributions are welcome send your PR and Issues.
197
223
224
+
### Greatings
225
+
[Vue Spinner by Greyby](https://github.com/greyby/vue-spinner)
226
+
198
227
### License
199
-
Vue Datasource is open-sourced software licensed under the [MIT license](https://raw.githubusercontent.com/coderdiaz/vue-datasource/master/LICENSE)
228
+
This is a open-source software licensed under the [MIT license](https://raw.githubusercontent.com/coderdiaz/vue-datasource/master/LICENSE)
200
229
201
-
##### Created by Javier Diaz. Translation enhancement by [itsuwaribito](https://github.com/itsuwaribito)
230
+
##### Created by Javier Diaz. Translation by [itsuwaribito](https://github.com/itsuwaribito)
0 commit comments