mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 12:57:46 +00:00
The [Vite example update](https://github.com/vercel/vercel/pull/8362) looked like it would install dependencies just fine because if you navigate to `./examples/vite` and run `pnpm i --frozen-lockfile`, it will work. If instead you copy that example outside of this repo and run the same command, you'll get an error. We'll fix that elsewhere, but for now, let's fix the Vite example itself. --- * [Failed Deployment with Current Example](https://vercel.com/endangeredmassa/vite-new-example/5vULFx1U5ob8t7sjuTGGw9AY8xdL) * [Successful Deployment with Updated Example](https://vercel.com/endangeredmassa/vite-new-example/4gVTJbUAdR4BmQfoxfhUrLrXpxx5)
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
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.
Live Example: https://vite-vue-template.vercel.app
Deploying From Your Terminal
You can deploy your new Vite project with a single command from your terminal using Vercel CLI:
$ vercel