Skip to content

klh6157/vuejs

 
 

Repository files navigation

Vite

This directory is a brief example of a Vite/Vue.js site that can be deployed to Vercel with zero configuration.

While this project uses Vue.js, Vite supports many popular JS frameworks. See all the supported frameworks.

Deploy Your Own

Deploy your own Vite project with Vercel.

Deploy with Vercel

Live Example: https://vite-vue-template.vercel.app

How We Created This Example

To get started with Vue.js deployed with Vercel, you can use Vite (https://vitejs.dev/guide/#scaffolding-your-first-vite-project) to initialize the project:

$ yarn create @vitejs/app

Deploying From Your Terminal

You can deploy your new Vite project with a single command from your terminal using Vercel CLI:

$ vercel

Releases

No releases published

Packages

No packages published

Languages

  • Vue 80.0%
  • HTML 11.6%
  • JavaScript 8.4%