Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 783 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 783 Bytes

quizApp

A small quiz app built with vuejs. Json server is used in the backend server.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

App Home

App Home

App Home

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build