Skip to content

s-en-o/vue-web-api

Repository files navigation

Web API with Vue.js

Exploration of Web API with Vue.js. This repo aim to explore the Web API through the lense of Vue.js.

Contribution are most welcome.

TODOs

  • ✅ File upload
  • ✅ Drag & Drop
  • ✅ Audio recording
  • Audio visualiser
  • Camera access & taking picture
  • Video player (customised)

Customize configuration

See Vite Configuration Reference.

Project Setup

Prerequisite

  • Node version v18.20.0
  • Yarn version v4.5.0
yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint