Skip to content

michaelandrewrm/vue-quiz-app

Repository files navigation

vue-quiz-pp

This project use Docker to containerize the app, after clone the repository please install the necessary dependencies to run the application on Docker.

Docker commands to test the app locally:

Build a container:

docker build -t vue-quiz-app .

Run the docker image:

docker run -dp 127.0.0.1:5173:5173 vue-quiz-app

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Compile for Development

pnpm preview

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published