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
- Host: GitHub
- URL: https://github.com/lgsinnovations/vue-sigplot
- Owner: LGSInnovations
- Created: 2019-07-01T08:10:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:54:41.000Z (about 3 years ago)
- Last Synced: 2025-05-01T05:36:57.495Z (10 months ago)
- Topics: dsp, js, plotting, sigplot, vue, vue-sigplot
- Language: Vue
- Size: 3.01 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-sigplot


## 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/).