Files
vercel/examples/vitepress
Lydia Hallie 191f63d03b [frameworks] Add VuePress and VitePress (#7815)
This PR adds [VuePress](https://vuepress.vuejs.org/) and [VitePress](https://vitepress.vuejs.org/)  the list of supported frameworks.

- https://vuepress-starter-template.vercel.app
- https://vitepress-starter-template.vercel.app

#### Tests

- [x] The code changed/added as part of this PR has been covered with tests
- [x] All tests pass locally with `yarn test-unit`
2022-11-23 22:52:43 +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