Skip to content

Miguelklappes/astro-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Vue with Astro

This example showcases Astro's built-in support for Vue.

Installation

Automatic

Bootstrap your Astro project with this template!

npm init astro -- --template framework-vue

Manual

To use Vue components in your Astro project:

  1. Install @astrojs/renderer-vue

    npm i @astrojs/renderer-vue
  2. Add "@astrojs/renderer-vue" to your renderers in astro.config.mjs.

    export default {
      renderers: [
        "@astrojs/renderer-vue",
        // optionally, others...
      ]
    }

Usage

Write your Vue components as .vue files in your project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published