Getting Started
  • Introduction
  • Installation
  • About
Core Concepts
  • Routing System
  • Page Functions
  • Data Fetching
  • Server Components
  • Client Components
Features
  • Dynamic & Query Parameters
  • Navigation
  • Styles & CSS
  • Images
  • Favicons
Configuration
  • Environment Variables
  • Import Aliases
  • Ejecting
dinou logodinou
docs
npmGitHub

Ejecting

Learn how to eject dinou for full control and customization.

Overview

You can eject dinou with the command npm run eject (or npx dinou eject). This will copy the files defining dinou in the root folder of the project (grouped in a dinou folder). You will have full control and customization capabilities.

How to Eject

Run one of the following commands:

npm run eject

Or:

npx dinou eject

After ejecting, the dinou framework files will be copied to a dinou folder in your project root, giving you complete control over the build process and configuration.

On This Page

OverviewHow to Eject