Search documentation v0.5.0

Astro

How to integrate Webcore into Astro

Source ↗️ Report Issue ↗️

This documentation helps you guide through the steps to integrate Webcore into your Astro project. The easiest way to get started is to use the CLI. Run the following command in your terminal and follow the prompts to install Astro with Webcore:

Terminal window
npm create webcore@latest

If you’d like to integrate Webcore into an existing project, you can follow the steps below to configure it manually.

Playground


Request improvement for this page