mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 12:57:46 +00:00
Co-authored-by: Sean Massa <EndangeredMassa@gmail.com> Co-authored-by: Lee Robinson <me@leerob.io>
21 lines
893 B
Markdown
21 lines
893 B
Markdown
# 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](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
|
|
While this project uses Vue.js, Vite supports many popular JS frameworks. [See all the supported frameworks](https://vitejs.dev/guide/#scaffolding-your-first-vite-project).
|
|
|
|
## Deploy Your Own
|
|
|
|
Deploy your own Vite project with Vercel.
|
|
|
|
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/vite&template=vite)
|
|
|
|
_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](https://vercel.com/download):
|
|
|
|
```shell
|
|
$ vercel
|
|
``` |