Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/p-adams/vue-spreadsheet
- Owner: p-adams
- Created: 2017-08-10T02:18:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T20:16:54.000Z (over 7 years ago)
- Last Synced: 2024-11-07T22:43:18.018Z (about 2 months ago)
- Language: Vue
- Homepage: https://p-adams.github.io/vue-spreadsheet/
- Size: 336 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```