mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
- [x] Add fixture for static-build integration tests
- [x] update dependabot to manage the dependencies of these fixtures
- [ ] ~~Update example:~~ (no changes)
https://github.com/vercel/vercel/tree/main/examples/vitepress
- [ ] ~~If anything changed that should be updated in the default settings, update:~~ (no changes)
[frameworks.ts](https://github.com/vercel/vercel/blob/main/packages/frameworks/src/frameworks.ts)
VitePress
This directory is a brief example of a VitePress site that can be deployed to Vercel with zero-configuration.
Setup
Install the dependencies
$ yarn install
Deploy Your Own
Live Example: https://vitepress-starter-template.vercel.app
Setup
Install the dependencies:
$ yarn install
Development
Start the development server
$ yarn dev
Build the project
Build for production
$ yarn build
Deploy
Deploy your VitePress application to Vercel
$ vercel