Skip to content

Sinica-SLAM/asr-demo-client

Repository files navigation

asr-demo-client

Structure

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)

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.