Skip to content

Quick Start

Welcome to the Quick Start guide for your Vue documentation site, powered by Astro and Starlight!

This guide will help you get your documentation site up and running in just a few steps.

Make sure you have the following installed:

In your project directory, run:

Terminal window
npm install
# or
yarn install

To preview your docs locally:

Terminal window
npm run dev
# or
yarn dev

Open the local URL provided in your terminal to view your site.

To generate a static site for deployment:

Terminal window
npm run build
# or
yarn build

The output will be in the dist/ folder, ready to deploy to your favorite static hosting provider.

Explore more features in the Vue.js documentation.

You’re now ready to start building amazing documentation with Vue, Astro, and Starlight!