Vue Deployment

Here is a step-by-step guide on how to deploy your Vue on Cloudinator:

How to Deploy Vue on Cloudinator

Login User Interface

Step 1: Sign up for a Cloudinator account

Visit Cloudinator and create a new account or sign in if you already have one.

Create a new Vite Website

Step 2: Create a deploy Vue website

From your Cloudinator dashboard, click on 'Create Project' and select 'Frontend' in project type.
Choose Git Provider

Step 3: Choose Git Provider

Choose the Git repository that contains your Vue files. You have the option to choose GitHub or GitLab
Configure deployment settings

Step 4: Configure Deployment Settings

Set the following settings for your Vue:

  • Project name
  • Git URL
  • Subdomain name
  • Webhook for continuous deployment (optional)
Deploy your site

Step 5: Deploy your site

Click 'Create Frontend Project' to start the deployment process. Cloudinator will automatically build and deploy your site.
Access your deployed Vue site

Step 6: Access your deployed Vue website

Once deployment is complete, Cloudinator will provide you with a URL to access your live site.

Video Guide

Here is a quick introduction video about Vue deployment in cloudinator:

Resource

Here is overview of project structure:

basic-vue
View and copy the repository link

Repository Structure

  • public
  • src
  • env.d.ts
  • eslint.config.js
  • index.html
  • tsconfig.app.json
  • tsconfig.json
  • tsconfig.node.json
  • tsconfig.vitest.json
  • package-lock.json
  • package.json
  • README.md
  • vite.config.ts
  • vitest.config.ts