Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 801 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 801 Bytes

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