Skip to content

A Vue JS boilerplate for getting video streams from the webcam.

Notifications You must be signed in to change notification settings

keurcien/simple-vue-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-vue-app

When doing inference on video streams or images, it can be tricky at times to customize the UI the way you want. For this reason, it is sometimes easier to work with a real frontend framework for the UI, while keeping your inference models on the server. This repo serves as a boilerplate for the frontend.

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.

About

A Vue JS boilerplate for getting video streams from the webcam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published