Files
vercel/examples/vitepress
Jeff See 7df8ae9c45 Add vitepress fixtures (#11466)
- [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)
2024-04-22 18:44:49 +00:00
..
2024-04-22 18:44:49 +00:00

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

Deploy with Vercel

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