For the complete documentation index, see llms.txt. This page is also available as Markdown.

Override existing component

If Vueless customization options are not enough for your needs, you can fully override and modify any Vueless component.

npx vueless copy <src>

# example: 
# npx vueless copy UButton

The component will be created in the .vueless/components folder.

Last updated