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.