Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 561 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 561 Bytes

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