-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
16,761 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,40 @@ | ||
# web-oscilloscope | ||
|
||
![Vue.js 3](https://img.shields.io/badge/vue.js-3-green.svg) | ||
|
||
Web oscilloscope app made with Vue.js. | ||
|
||
App can graphically display the following types of wave with white noise: | ||
|
||
* sine | ||
* square | ||
* triangular | ||
* saw | ||
|
||
[Live Demo](https://super16.github.io/web-oscilloscope) | ||
|
||
## Project setup | ||
``` | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
### Development Run | ||
|
||
```bash | ||
npm run serve | ||
``` | ||
|
||
### Compiles and minifies for production | ||
``` | ||
### Production buld | ||
|
||
```bash | ||
npm run build | ||
``` | ||
|
||
### Lints and fixes files | ||
``` | ||
npm run lint | ||
``` | ||
## Things To Do | ||
|
||
### Customize configuration | ||
See [Configuration Reference](https://cli.vuejs.org/config/). | ||
* Documentation for code | ||
* Tests | ||
* TypeScript Support | ||
* Wave Filters & Modulators | ||
* Calculate `Wave` with WebAssembly |
Oops, something went wrong.