1

I created a simple Vue.js application. I am trying to deploy it on Google compute engine(not app engine or any other), but I can't find any appropriate solution. Can anyone help me?

2 Answers 2

1

Have a look at App Engine. It'll be the easiest way to deploy your app without thinking about infrastructure management.

If you really want/need to use Compute Engine you should decide on your own which OS to use and then install and configure all the required software manually.

Meanwhile, I should mention Cloud Run as managed compute platform that automatically scales your stateless containers with your code.

Please update your question if you need more details.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for your answer, @Serhii. I already created a VM instance in compute engine, install node and uploaded the Vue project.
1

Deployed using express server, Nginx and pm2.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.