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

https://github.com/lgsinnovations/vue-sigplot

Vue wrapper for SigPlot.js
https://github.com/lgsinnovations/vue-sigplot

dsp js plotting sigplot vue vue-sigplot

Last synced: 10 months ago
JSON representation

Vue wrapper for SigPlot.js

Awesome Lists containing this project

README

          

# vue-sigplot

![Build vue-sigplot library](https://github.com/LGSInnovations/vue-sigplot/workflows/Build%20vue-sigplot%20library/badge.svg)

![Example image](example.png)

## Installation

```
npm install vue-sigplot
```

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).