shah-smit / quizroulette-quiz-vue-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Quiz Application in Vue

This is an simple OnePage Application Written in Vue2. You can integrate it anywhere in your vueJS application. It has a simple time with loading animations. Since it is open source feel free to contribute to this simple quiz Application.

Deploy to DO

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.

Deploying to GCP

Step 1: Build the image

gcloud builds submit --tag gcr.io/endless-comfort-334004/quiz-vue-app

eval $(minikube docker-env)
docker build -t gcr.io/endless-comfort-334004/quiz-vue-app .

Step 2: Use Cloud Run

gcloud run deploy quiz-vue-app --image gcr.io/endless-comfort-334004/quiz-vue-app --platform managed --region asia-southeast1

For No traffic:

gcloud run deploy quiz-vue-app --image gcr.io/endless-comfort-334004/quiz-vue-app --platform managed --region asia-southeast1 
--no-traffic --tag green

About

License:MIT License


Languages

Language:Vue 81.7%Language:HTML 6.0%Language:Dockerfile 5.9%Language:JavaScript 5.1%Language:Shell 1.4%