https://github.com/jqwidgets/vue-grid-source
Vue Data Grid
https://github.com/jqwidgets/vue-grid-source
vue vue-component vue-components vue-datagrid vue-grid vue-gridview vue2 vuejs vuejs2
Last synced: about 1 month ago
JSON representation
Vue Data Grid
- Host: GitHub
- URL: https://github.com/jqwidgets/vue-grid-source
- Owner: jqwidgets
- Created: 2018-11-23T15:47:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T16:31:15.000Z (over 6 years ago)
- Last Synced: 2025-05-08T00:04:46.727Z (about 1 month ago)
- Topics: vue, vue-component, vue-components, vue-datagrid, vue-grid, vue-gridview, vue2, vuejs, vuejs2
- Language: Vue
- Homepage: https://www.jqwidgets.com/vue/vue-grid/
- Size: 1.3 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-grid
### Install the needed npm packages
```
npm install
```### Compiles and hot-reloads for development
```
npm start
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```