https://github.com/monibuca/website_v2
https://github.com/monibuca/website_v2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monibuca/website_v2
- Owner: Monibuca
- Created: 2021-10-15T14:56:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T06:15:34.000Z (about 4 years ago)
- Last Synced: 2025-04-09T09:15:28.707Z (about 1 year ago)
- Language: Vue
- Homepage: m7site.vercel.app
- Size: 32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Vite Example
This directory is a brief example of a Vite/Vue.js site that can be deployed with Vercel and zero configuration.
While this project uses Vue.js, Vite supports many popular JS frameworks. See all the supported frameworks here: 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)
### 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
```