🚀 Ship faster with premium components 🚀
Search documentation v1.0.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

To create a new Webcore project using a template, you can run the following command in your terminal:

Terminal window
- npm create webcore@latest template [TemplateName] [destination]
- npm create webcore@latest template Portfolio
- npm create webcore@latest template Portfolio ./portfolio

You can find the list of available templates in our GitHub repository. When using the CLI, make sure you reference the name of the template folder. You can find more documentation about each template in our template library.

If you’d like to integrate Webcore into an existing project, you can follow the steps below to configure it manually, or you can also run the following in your terminal to automatically update your configuration files:

Terminal window
npm create webcore config

Source Code


Request improvement for this page