Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/p-adams/vue-spreadsheet

Create a spreadsheet out of Vue components
https://github.com/p-adams/vue-spreadsheet

Last synced: 3 days ago
JSON representation

Create a spreadsheet out of Vue components

Awesome Lists containing this project

README

        

# vue-spreadsheet

> Create a spreadsheet out of Vue components

#### Current features


  • select multiple cells at once

  • get the sum, average, min, and max of a range of values

  • sort columns by descending and ascending order

#### View demo

https://p-adams.github.io/vue-spreadsheet/

#### To run locally

``` bash
# clone repo
$ git clone https://github.com/p-adams/vue-spreadsheet

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

```