Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 549 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 549 Bytes

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

# 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