mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-07 21:07:46 +00:00
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`
695 B
695 B
VuePress
This directory is a brief example of a VuePress site that can be deployed to Vercel with zero-configuration.
Deploy Your Own
Live Example: https://vuepress-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 VuePress application to Vercel
$ vercel