Skip to content

super16/web-oscilloscope

Repository files navigation

web-oscilloscope

Vue.js 3 ts

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

Project setup

pnpm i

Development Run

pnpm run dev

Lint

pnpm run lint

Production build

pnpm run build