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.
Use this approach only when absolutely necessary, as you will need to manually update the component after each new Vueless release.
Last updated