An open API service indexing awesome lists of open source software.

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

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
```