New Project

Vuepress

Vue-powered Static Site Generator

DeployView Demo

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:

$ pnpm install

Development

Start the development server

$ pnpm dev

Build the project

Build for production

$ pnpm build

Deploy

Deploy your VuePress application to Vercel

$ vercel
GitHub Repovercel/examples
LicenseView License
Use Cases
Starter
Stack
Vue
CSS

Related Templates

Vue.js

Vue.js app that can be deployed to Vercel with zero configuration
Vue.js thumbnail

Vite - Vue

Vite/Vue.js site that can be deployed to Vercel
Vite - Vue thumbnail

Nuxt.js 3 Boilerplate

A Nuxt.js 3 app, bootstrapped with create-nuxt-app.
Nuxt.js 3 Boilerplate thumbnail
DeployView Demo