Skip to content

Commit

Permalink
Add app & README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
super16 committed Sep 3, 2021
1 parent 8b40d38 commit 78bdbd3
Show file tree
Hide file tree
Showing 17 changed files with 16,761 additions and 113 deletions.
38 changes: 27 additions & 11 deletions README.md
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
Loading

0 comments on commit 78bdbd3

Please sign in to comment.