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