Copy existing component

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

npx vueless copy <src> <target>

# example: 
# npx vueless copy UButton CustomButton

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

Last updated