Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 622 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 622 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

Test

pnpm run test:unit
pnpm run coverage

Production build

pnpm run build