Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/vite
https://github.com/daniel-le97/vite
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/vite
- Owner: daniel-le97
- Created: 2023-01-05T05:26:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:48:25.000Z (about 1 year ago)
- Last Synced: 2024-12-09T14:58:00.054Z (about 1 month ago)
- Language: Vue
- Homepage: https://vite-one-pi.vercel.app
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://vitejs.dev/guide/#scaffolding-your-first-vite-project).
## Deploy Your Own
Deploy your own Vite project with Vercel.
[![Deploy with Vercel](https://vercel.com/button)](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_
### 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:
```shell
$ 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](https://vercel.com/download):
```shell
$ vercel
```