src
├── assets (css and images)
│ ├── scss
│ └── svg
├── components
│ ├── home
│ │ ├── AsrDemoCard
│ │ │ ├── AudioPlayer
│ │ │ └── ResultArea
│ │ │ └── ResultSegment
│ │ └── YoutubeIframe
│ └── shared
├── page
├── recorder (microphone recording)
├── router
├── store (business logic)
└── utils (helper functions)
npm install
npm run serve
npm run build
npm run lint